Skip to content

Commit 5074fdf

Browse files
authored
chore: Update breadcrumb addition in scope.ts
1 parent 020a628 commit 5074fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/scope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class NativescriptScope extends Scope {
6969
// super.addBreadcrumb(mergedBreadcrumb, maxBreadcrumbs);
7070

7171
// const finalBreadcrumb = this._breadcrumbs[this._breadcrumbs.length - 1];
72-
NATIVE.addBreadcrumb(finalBreadcrumb);
72+
NATIVE.addBreadcrumb(mergedBreadcrumb);
7373
return this;
7474
}
7575

0 commit comments

Comments
 (0)