Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript - #2511
Merged
AnastasiiaSvietlova merged 5 commits intoAug 7, 2025
Merged
AnastasiiaSvietlova merged 5 commits into
AnastasiiaSvietlova merged 5 commits into
Conversation
AnastasiiaSvietlova
changed the base branch from
integration/typescript
to
integration/typescript-node
July 30, 2025 10:04
gingerbenw
previously approved these changes
Aug 7, 2025
…e-unhandled-rejection
gingerbenw
approved these changes
Aug 7, 2025
AnastasiiaSvietlova
merged commit Aug 7, 2025
74d47d9
into
integration/typescript-node
6 checks passed
AnastasiiaSvietlova
deleted the
PLAT-13127-plugin-node-unhandled-rejection
branch
August 7, 2025 13:17
gingerbenw
pushed a commit
that referenced
this pull request
Sep 5, 2025
* convert unhandled-rejection to typescript * update package json * update package-lock
AnastasiiaSvietlova
added a commit
that referenced
this pull request
Sep 5, 2025
* convert unhandled-rejection to typescript * update package json * update package-lock
AnastasiiaSvietlova
added a commit
that referenced
this pull request
Sep 8, 2025
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * convert intercept to TS * fix types * update import * update package-lock
AnastasiiaSvietlova
added a commit
that referenced
this pull request
Sep 8, 2025
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert contextualize to TS * update rollup config * add space
AnastasiiaSvietlova
added a commit
that referenced
this pull request
Sep 8, 2025
) * Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert stackframe-path-normaliser to TS
AnastasiiaSvietlova
added a commit
that referenced
this pull request
Sep 16, 2025
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert delivery-node to TS * convert delivery and request * update types for delivery * fix build * fix rollup.config * fix tsconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript
Design
Publish ES modules and convert Node packages to TypeScript
Changeset
Refactor @bugsnag/plugin-node-unhandled-rejection package
Testing
Covered by existing end to end and unit tests