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 57b520e commit 946f562Copy full SHA for 946f562
packages/browser/src/integrations/breadcrumbs.ts
@@ -188,13 +188,13 @@ export class Breadcrumbs implements Integration {
188
): (
189
this: any,
190
eventName: string,
191
- fn: EventListenerObject,
+ fn: EventListenerOrEventListenerObject,
192
options?: boolean | EventListenerOptions,
193
) => () => void {
194
return function(
195
196
197
198
199
): () => void {
200
let callback = fn as WrappedFunction;
0 commit comments