Skip to content

Commit c82f359

Browse files
committed
fix: Export to fix typedocs
1 parent 114ce0e commit c82f359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apm/src/integrations/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Transaction } from '../transaction';
1717
/**
1818
* Options for Tracing integration
1919
*/
20-
interface TracingOptions {
20+
export interface TracingOptions {
2121
/**
2222
* List of strings / regex where the integration should create Spans out of. Additionally this will be used
2323
* to define which outgoing requests the `sentry-trace` header will be attached to.

0 commit comments

Comments
 (0)