Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to v7.98.0 of JavaScript SDKs #821

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Jan 25, 2024

This simply included adding some new exports and ignoring some new deprecations.

@timfish timfish marked this pull request as ready for review January 25, 2024 15:45
@@ -41,7 +42,7 @@ interface ElectronRendererOptions extends BrowserOptions {
export function init<O extends ElectronRendererOptions>(
options: ElectronRendererOptions & O = {} as ElectronRendererOptions & O,
// This parameter name ensures that TypeScript error messages contain a hint for fixing SDK version mismatches
originalInit: (if_you_get_a_typescript_error_ensure_sdks_use_version_v7_94_1: O) => void = browserInit,
originalInit: (if_you_get_a_typescript_error_ensure_sdks_use_version_v7_98_0: O) => void = browserInit,
Copy link
Member

Choose a reason for hiding this comment

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

lol totally forgot about this 😆

@timfish timfish merged commit 3c00c12 into getsentry:master Jan 25, 2024
32 checks passed
@timfish timfish deleted the feat/v7.98.0-javascript-sdks branch January 25, 2024 16:40
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.

2 participants