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 cef9a8f commit b4e2e44Copy full SHA for b4e2e44
packages/vue/src/sdk.ts
@@ -179,8 +179,7 @@ export class VueHelper {
179
this._options = options;
180
this._attachErrorHandler();
181
182
- // TODO: Use other check to determine if tracing is enabled
183
- if (this._options.tracesSampleRate) {
+ if ('tracesSampleRate' in this._options || 'tracesSampler' in this._options) {
184
this._startTracing();
185
}
186
0 commit comments