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 15465a8 commit cd08de5Copy full SHA for cd08de5
packages/integrations/src/vue.ts
@@ -69,7 +69,7 @@ interface IntegrationOptions {
69
tracing: boolean;
70
71
/** {@link TracingOptions} */
72
- tracingOptions: TracingOptions;
+ tracingOptions: Partial<TracingOptions>;
73
}
74
75
/** Vue specific configuration for Tracing Integration */
0 commit comments