Skip to content

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Sep 15, 2025

Now follows the same trace origin-esque naming scheme as the browser version of globalHandlersIntegration.

ref #17212

@Lms24 Lms24 self-assigned this Sep 15, 2025
@Lms24 Lms24 requested review from a team, s1gr1d and RulaKhaled and removed request for a team September 15, 2025 09:55
@@ -110,7 +110,7 @@ function installGlobalUnhandledRejectionHandler(client: Client): void {
originalException: error,
mechanism: {
handled: false,
type: 'unhandledrejection',
type: 'auto.deno.global_handlers.unhandledrejection',
Copy link
Member

@s1gr1d s1gr1d Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if we should separate this word here. It was one before, so I guess it's expected to be one word.

Suggested change
type: 'auto.deno.global_handlers.unhandledrejection',
type: 'auto.deno.global_handlers.unhandled_rejection',

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given that the event is called unhandledrejection, I opted to keep it the same in mechanism type

@Lms24 Lms24 merged commit 7200e63 into develop Sep 16, 2025
33 checks passed
@Lms24 Lms24 deleted the lms/ref-deno-mechanism branch September 16, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants