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 e62393b commit 53d059bCopy full SHA for 53d059b
packages/hub/src/hub.ts
@@ -444,7 +444,7 @@ export class Hub implements HubInterface {
444
* when Tracing is used.
445
*/
446
public shouldSendDefaultPii(): boolean {
447
- const { client } = this.getStackTop();
+ const client = this.getClient();
448
const options = client && client.getOptions();
449
return Boolean(options && options.sendDefaultPii);
450
}
0 commit comments