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 6cc1e51 commit 28402cbCopy full SHA for 28402cb
packages/core/src/scope.ts
@@ -380,7 +380,7 @@ export class Scope implements ScopeInterface {
380
if (scopeData.level) {
381
this._level = scopeData.level;
382
}
383
- if (scopeData.fingerprint) {
+ if (scopeData.fingerprint.length) {
384
this._fingerprint = scopeData.fingerprint;
385
386
if (scopeToMerge.getRequestSession()) {
0 commit comments