Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

fix(deps): update sentry monorepo to v6 (major) #500

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser ^5.30.0 -> ^6.9.0 age adoption passing confidence
@sentry/integrations ^5.30.0 -> ^6.9.0 age adoption passing confidence
@sentry/node ^5.30.0 -> ^6.9.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v6.9.0

Compare Source

  • feat(browser): Use scope data in report dialog (#​3792)
  • feat(core): Add ensureNoCircularStructures experiment to help debug serialization bugs (#​3776)
  • feat(nextjs): Add options to disable webpack plugin (#​3771)
  • feat(react): Support render props in ErrorBoundary (#​3793)
  • fix(ember): Correctly cache ember types from prepublish hook (#​3749)
  • fix(ember): Fix runtime config options not being merged (#​3791)
  • fix(metrics): Check for cls entry sources (#​3775)
  • fix(nextjs): Make withSentryConfig return type match given config type (#​3760)
  • fix(node): Check if captureRequestSession is available before its called (#​3773)
  • fix(node): Enable autoSessionTracking correctly (#​3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#​3779)
  • fix(tracing): Add check for document.scripts in metrics (#​3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#​3715)
  • ref(gatsby): Default release to empty string (#​3759)
  • ref(nextjs): Inject init code in _app and API routes (#​3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#​3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in config (#​3765)

v6.8.0

Compare Source

  • [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#​3755)
  • [browser] feat: Make dedupe integration default for browser (#​3730)
  • [core] fix: Correctly limit Buffer requests (#​3736)
  • [ember] ref: Allow initing Ember without config entry (#​3745)
  • [serverless] fix: wrapEventFunction does not await for async code (#​3740)

v6.7.2

Compare Source

  • [core] fix: Do not track sessions if not enabled (#​3686)
  • [core] fix: Prevent sending terminal status session updates (#​3701)
  • [core] ref: Make beforeSend more strict (#​3713)
  • [browser] ref: Log which request type has been limited (#​3687)
  • [nextjs] feat: Auto enable node http integration on server (#​3675)
  • [nextjs] fix: Correctly handle functional next config in withSentryConfig (#​3698)
  • [nextjs] fix: Fix conflict with other libraries modifying webpack entry property (#​3703)
  • [nextjs] fix: Update @​sentry/webpack-plugin to 1.15.1 in @​sentry/nextjs to resolve build timeouts issue (#​3708)
  • [nextjs] ref: Split up config code and add tests (#​3693)

v6.7.1

Compare Source

  • [core] fix: Add event type to item header when envelopes are forced (#​3676)
  • [core] fix: Include DSN in envelope header for sessions (#​3680)
  • [core] fix: Prevent scope from storing more than 100 breadcrumbs at the time (#​3677)
  • [node] ref: Remove default http(s) import from http-module (#​3681)
  • [nextjs] feat: Add body data to transaction request context (#​3672)

v6.7.0

Compare Source

  • [core] feat: Add tunnel option to support request tunneling for dealing with ad-blockers (#​3521)

v6.6.0

Compare Source

  • [node] feat: Allow for overriding custom UrlParser in Node.js transports (#​3612)
  • [browser] feat: Add serializeAttribute option to DOM breadcrumbs. (#​3620)
  • [nextjs] fix: Improve NextConfigExports compatibility (#​3592)
  • [nextjs] fix: Use correct abs path for server init (#​3649)
  • [angular] fix: Do not run change detection when capturing the exception (#​3618)
  • [angular] fix: Do not run change detection when finishing transaction (#​3622)
  • [angular] fix: Provide a single compilation unit for the trace directive (#​3617)
  • [utils] fix: Check for performance.now when calculating browser timing (#​3657)
  • [integrations] fix: Run rewriting for both exception and stacktrace events (#​3653)
  • [node] ref: Replace old-style require(console) with a global object (#​3623)
  • [node] ref: Make HTTPModule more abstract to be able to use it in non-Node.JS environments (#​3655)
  • [nextjs] ref: Export BrowserTracing integration directly from @sentry/nextjs (#​3647)

v6.5.1

Compare Source

  • [nextjs] fix: Prevent webpack 5 from crashing server (#​3642)
  • [eslint] build: Upgrade to eslint 7.27.0 (#​3639)
  • [nextjs] test: Add nextjs integration tests for Server and Browser (#​3632)
  • [browser] ref: Don't send session duration in browser environments (#​3616)
  • [hub] fix: Correctly compute session durations (#​3616)

v6.5.0

Compare Source

  • [angular] fix: prevent memory leak when the root view is removed (#​3594)
  • [browser] fix: Do not trigger session on meaningless navigation (#​3608)
  • [nextjs] feat: Frontend + withSentry Performance Monitoring (#​3580)
  • [react] fix: Use history object for init transaction name (#​3609)

v6.4.1

Compare Source

  • [ember] ref: Fix merging of runtime config with environment config. (#​3563)
  • [angular] ref: Allow angular v12 as a peer dependency. (#​3569)
  • [tracing] fix: Avoid browser tracing initialization on node environment (#​3548)
  • [react] ref: Make RouteProps typing more generic (#​3570)
  • [tracing] fix: Correctly handle pg.Cursor in pg query method (#​3567)
  • [types] fix: Add attachment to SentryRequestType (#​3561)
  • [nextjs] ref: Disable node session for next.js (#​3558)
  • [eslint] feat: Add new eslint rules (#​3545)

v6.4.0

Compare Source

  • [core] feat: initialScope in SDK Options (#​3544)
  • [node] feat: Release Health for Node (Session Aggregates) (#​3319)
  • [node] feat: Autoload Database Integrations in Node environment (#​3483)
  • [react] feat: Add support for React 17 Error Boundaries (#​3532)
  • [tracing] fix: Generate TTFB (Time to first byte) from span data (#​3515)

v6.3.6

Compare Source

  • [nextjs] fix: Fix error logging (#​3512)
  • [nextjs] fix: Add environment automatically (#​3495)
  • [node] feat: Implement category based rate limiting (#​3435)
  • [node] fix: Set handled to false when it is a crash (#​3493)
  • [tracing] fix: Mark tracing distributables as side effects (#​3519)

v6.3.5

Compare Source

  • [nextjs] fix: Add tslib dependecy; change inject order (#​3487)

v6.3.4

Compare Source

  • [nextjs] fix: API routes logging (#​3479)

v6.3.3

Compare Source

  • [nextjs] fix: User server types (#​3471)

v6.3.2

Compare Source

  • [nextjs] ref: Remove next.js plugin (#​3462)
  • [core] fix: Prevent InboundFilters mergeOptions method from breaking users code (#​3458)

v6.3.1

Compare Source

  • [angular] fix: Make SentryErrorHandler extensible and export it publicly (#​3438)
  • [browser] feat: Capture information about the LCP element culprit (#​3427)
  • [core] fix: Correctly attach installed integrations to sdkinfo (#​3447)
  • [ember] fix: Add guards to ensure marks exist (#​3436)
  • [nextjs] fix: Fix incomplete merging of user config with Sentry config (#​3434)
  • [nextjs] ref: Use resolved paths for require calls in config code (#​3426)
  • [node] fix: Fix for manual tests in node (#​3428)
  • [transports] feat: Honor no_proxy env variable (#​3412)

v6.3.0

Compare Source

  • [browser] feat: Parse safari-extension and safari-web-extension errors (#​3374)
  • [browser] fix: Provide better descriptions for the performance navigation timing spans (#​3245)
  • [browser] test: Replace Authorization with Accept header (#​3400)
  • [ci] ci: Add CodeQL scanning
  • [core] Drop session if release is not a string or is missing and log (#​3396)
  • [docs] Document how to publish a new release (#​3361)
  • [gatsby] fix: Specify gatsby peer dep (#​3385)
  • [gatsby] chore(docs): Update @​sentry/gatsby README (#​3384)
  • [integrations] feat(integrations): add prefix support for RewriteFrames (#​3416)
  • [integrations] ref: Use esm imports with localforage and add esModuleInterop (#​3403)
  • [nextjs] feat: Next.js SDK + Plugin (#​3301)
  • [node] fix: Generate a Sentry Release string from env if its not provided (#​3393)
  • [tracing] fix: Replace performance.timeOrigin in favour of browserPerformanceTimeOrigin (#​3397)
  • [tracing] fix: Mark span as failed when fetch API call fails (#​3351)
  • [utils] fix: Use the more reliable timeOrigin (#​3398)
  • [utils] fix: Wrap oldOnPopState.apply call in try/catch to prevent Firefox from crashing (#​3377)

v6.2.5

Compare Source

  • [utils] fix: Avoid performance.timeOrigin if too skewed (#​3356)

v6.2.4

Compare Source

  • [browser] fix: Add SentryRequestType to RateLimitingCategory mapping (#​3328)
  • [browser] ref: Add fast-path to fetchImpl and cleanup redundant iframe (#​3341)
  • [node] fix: Fallback to empty string if req.baseUrl is empty (#​3329)
  • [node] ref: Remove circular dependency in @sentry/node (#​3335)
  • [tracing] fix: Attach mysql tracing to Connection.createQuery instead of Connection.prototype.query (#​3353)
  • [tracing] ref: Clarify naming in BrowserTracing integration (#​3338)
  • [ember] ref: Fix tests to be forward compatible with component changes (#​3347)
  • [ember] ref: Silence deprecation warnings in beta (#​3346)

v6.2.3

Compare Source

  • [gatsby] fix: Update Vercel environment variables to match their current system variables (#​3337)

v6.2.2

Compare Source

  • [hub] fix: Only create sessions if the correct methods are defined (#​3281)
  • [core] fix: Don't override SDK metadata (#​3304)
  • [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#​3318)
  • [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#​3303)
  • [ember] fix: Keep route hook context when performance-wrapping (#​3274)
  • [integrations] fix: Normalized Event before caching. (#​3305)

v6.2.1

Compare Source

  • [core] fix: Moves SDK metadata-setting into the NodeClient/BrowserClient to protect it from being overwritten by other classes extending BaseClient like @​sentry/serverless (#​3279)

v6.2.0

Compare Source

  • [tracing] feat: Mongoose tracing support added to MongoDB (#​3252)
  • [tracing] fix: Add missing find method from mongo tracing list (#​3253)
  • [tracing] fix: Create spanRecorder whenever transactions are sampled (#​3255)
  • [node] fix: Parse ESM based frames with file:// protocol (#​3264)
  • [react] fix: Remove react-dom peer dependency for RN (#​3250)
  • [ember] fix: Fixing fetching config during build step (#​3246)
  • [serverless]: fix: Handle incoming sentry-trace header (#​3261)

v6.1.0

Compare Source

We updated the way how we calculate errored and crashed sessions with this update. Please be aware that some numbers might change for you and they now should reflect the actual reality. Visit our docs for more information.

  • [browser] feat: Rework how we track sessions (#​3224)
  • [hub] ref: Simplify getting hub from active domain (#​3227)
  • [core] ref: Rename user to publicKey in Dsn type and class (#​3225)
  • [ember] fix: Fix backwards compatibility with Embroider changes (#​3230)

v6.0.4

Compare Source

  • [browser] fix: Don't break when function call context is undefined (#​3222)
  • [tracing] fix: Set default sampling context data where startTransaction is called (#​3210)
  • [tracing] fix: Remove stray sampling data tags (#​3197)
  • [tracing] fix: Clear activeTransaction from the scope and always start idle timers (#​3215)
  • [angular] ref: Add Angular 11 to possible peerDependencies list (#​3201)
  • [vue] ref: Add vue-router to peerDependencies list (#​3214)

v6.0.3

Compare Source

  • [tracing] ref: feat(tracing): Add context update methods to Span and Transaction (#​3192)
  • [node] ref: Make ExpressRequest not extend http.IncomingMessage anymore (#​3211)
  • [browser] deps: Allow for LocalForage >=1.8.1 (#​3205)
  • [ember] fix(ember): Fix location url for 'hash' location type (#​3195)
  • [ember] fix(ember): Fix Ember to work with Embroider and Fastboot (#​3181)

v6.0.2

Compare Source

  • [browser] fix: Disable session tracking in non-browser environments (#​3194)

v6.0.1

Compare Source

  • [vue] fix: Make sure that error is present before logging it in Vue (#​3183)
  • [serverless] fix: Fix issue when /dist didn't exist before building (#​3190)

v6.0.0

Compare Source

This major version release doesn't contain any breaking API/code changes. Starting from the version 6.0.0, all SDKs
that support sending sessions data will do so by default. See our
Release Health docs to learn more. As of this version, it applies to
all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon
after, in the minor 6.x release. You can opt-out of this behavior by setting autoSessionTracking: false option
during SDK initialization.


  • [wasm] feat: Introduce a @sentry/wasm package (#​3080)
  • [tracing] feat: Turn Sessions Tracking on by default (#​3099)
  • [tracing] feat: Create session on history change (#​3179)
  • [core] feat: Attach SDK metadata to options and pass it to the API and transports (#​3177)
  • [build] feat: AWS Lambda layer target config for Craft (#​3175)
  • [tracing] fix: Make sure that mongo method is thenable before calling it (#​3173)

Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Jul 1, 2021
@renovate renovate bot force-pushed the renovate/major-sentry-monorepo branch 2 times, most recently from 1f53aad to a0227b1 Compare July 13, 2021 15:38
@SocialGroovyBot SocialGroovyBot requested a deployment to staging July 13, 2021 15:43 Abandoned
@renovate renovate bot force-pushed the renovate/major-sentry-monorepo branch from a0227b1 to 1ec5608 Compare July 15, 2021 10:24
@renovate renovate bot merged commit 8f22132 into master Jul 15, 2021
@renovate renovate bot deleted the renovate/major-sentry-monorepo branch July 15, 2021 11:43
SocialGroovyBot added a commit that referenced this pull request Jul 15, 2021
## [3.0.4](v3.0.3...v3.0.4) (2021-07-15)

### Bug Fixes

* **deps:** update sentry monorepo to v6 ([#500](#500)) ([8f22132](8f22132))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 3.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants