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 c9b4a17 commit 4727787Copy full SHA for 4727787
packages/browser/src/integrations/globalhandlers.ts
@@ -216,7 +216,6 @@ export class GlobalHandlers implements Integration {
216
* @param reason: The `reason` property of the promise rejection
217
* @returns An Event object with an appropriate `exception` value
218
*/
219
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
220
private _eventFromRejectionWithPrimitive(reason: Primitive): Event {
221
return {
222
exception: {
0 commit comments