Skip to content

Commit

Permalink
fix: Make Vue tracing options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hadalin committed Sep 14, 2020
1 parent 15465a8 commit cd08de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/src/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface IntegrationOptions {
tracing: boolean;

/** {@link TracingOptions} */
tracingOptions: TracingOptions;
tracingOptions: Partial<TracingOptions>;
}

/** Vue specific configuration for Tracing Integration */
Expand Down

0 comments on commit cd08de5

Please sign in to comment.