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.
mechanism
globalHandlersIntegration
1 parent 4b562bc commit 42df317Copy full SHA for 42df317
packages/deno/src/integrations/globalhandlers.ts
@@ -61,7 +61,7 @@ function installGlobalErrorHandler(client: Client): void {
61
originalException: error,
62
mechanism: {
63
handled: false,
64
- type: 'error',
+ type: 'auto.deno.global_handlers.error',
65
},
66
});
67
@@ -110,7 +110,7 @@ function installGlobalUnhandledRejectionHandler(client: Client): void {
110
111
112
113
- type: 'unhandledrejection',
+ type: 'auto.deno.global_handlers.unhandledrejection',
114
115
116
0 commit comments