Skip to content

Commit

Permalink
fix: Export to fix typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 3, 2020
1 parent 114ce0e commit c82f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apm/src/integrations/tracing.ts
Expand Up @@ -17,7 +17,7 @@ import { Transaction } from '../transaction';
/**
* Options for Tracing integration
*/
interface TracingOptions {
export interface TracingOptions {
/**
* List of strings / regex where the integration should create Spans out of. Additionally this will be used
* to define which outgoing requests the `sentry-trace` header will be attached to.
Expand Down

0 comments on commit c82f359

Please sign in to comment.