Skip to content

Commit 69f66fd

Browse files
authored
fix: Add missing event to EventHint in breadcrumbs integration (#2465)
1 parent 424d50e commit 69f66fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/integrations/breadcrumbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class Breadcrumbs implements Integration {
122122
message: target,
123123
},
124124
{
125-
event,
125+
event: handlerData.event,
126126
name: handlerData.name,
127127
},
128128
);

0 commit comments

Comments
 (0)