We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3791c87 commit af7cfe0Copy full SHA for af7cfe0
1 file changed
src/core/Try.ts
@@ -97,7 +97,7 @@ export class Try<
97
// once, while divergent configs each emit independently.
98
breadcrumbsEmitted: Set<BreadcrumbOptions<TArgs>>;
99
};
100
- private local: {
+ private readonly local: {
101
breadcrumbData?: Record<string, unknown>;
102
breadcrumbsAdded: boolean;
103
0 commit comments