build(js): Upgrade JS SDK to 6.18.1-beta.0#32181
Merged
AbhiPrasad merged 3 commits intomasterfrom Mar 1, 2022
Merged
Conversation
getsentry/sentry-javascript#4531 This will also fix the console array problem.
Member
|
oh yes yes |
evanpurkhiser
approved these changes
Mar 1, 2022
Contributor
Author
|
Sorry this took a while! We had some stuff (getsentry/sentry-javascript#4619, getsentry/sentry-javascript#4531 (comment)) getting in the way :P |
| // eslint-disable-next-line | ||
| import * as fs from 'fs'; | ||
| import * as Sentry from '@sentry/node'; | ||
| import '@sentry/tracing'; |
Member
There was a problem hiding this comment.
Usually the linter makes you put this in a group above these other things no?
Contributor
Author
There was a problem hiding this comment.
Is it because it is under .github/workflows/scripts/monitor-typescript.ts? I can move it.
Member
There was a problem hiding this comment.
yeah maybe linter isn't checking this?
Contributor
size-limit report 📦
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
getsentry/sentry-javascript#4531
This will also fix the console array problem.