We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114ce0e commit c82f359Copy full SHA for c82f359
packages/apm/src/integrations/tracing.ts
@@ -17,7 +17,7 @@ import { Transaction } from '../transaction';
17
/**
18
* Options for Tracing integration
19
*/
20
-interface TracingOptions {
+export interface TracingOptions {
21
22
* List of strings / regex where the integration should create Spans out of. Additionally this will be used
23
* to define which outgoing requests the `sentry-trace` header will be attached to.
0 commit comments