Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Update sentry monorepo to v6.7.1#18

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-monorepo
Open

Update sentry monorepo to v6.7.1#18
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser 6.2.0 -> 6.7.1 age adoption passing confidence
@sentry/node 6.2.0 -> 6.7.1 age adoption passing confidence
@sentry/tracing 6.2.0 -> 6.7.1 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

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: initalScope 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)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/sentry-monorepo branch from baa0474 to 8e267e1 Compare March 11, 2021 10:26
@renovate renovate bot changed the title Update sentry monorepo to v6.2.1 Update sentry monorepo to v6.2.2 Mar 11, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 8e267e1 to 4cf2a7a Compare March 11, 2021 19:28
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 4cf2a7a to c169b28 Compare March 19, 2021 18:48
@renovate renovate bot changed the title Update sentry monorepo to v6.2.2 Update sentry monorepo to v6.2.3 Mar 19, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from c169b28 to a1c54ba Compare March 30, 2021 13:57
@renovate renovate bot changed the title Update sentry monorepo to v6.2.3 Update sentry monorepo to v6.2.4 Mar 30, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from a1c54ba to 7bb5651 Compare April 1, 2021 12:43
@renovate renovate bot changed the title Update sentry monorepo to v6.2.4 Update sentry monorepo to v6.2.5 Apr 1, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 7bb5651 to 9ff2415 Compare April 20, 2021 11:24
@renovate renovate bot changed the title Update sentry monorepo to v6.2.5 Update sentry monorepo to v6.3.0 Apr 20, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch 2 times, most recently from 7413c28 to 7a13c5f Compare April 23, 2021 14:45
@renovate renovate bot changed the title Update sentry monorepo to v6.3.0 Update sentry monorepo to v6.3.1 Apr 23, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 7a13c5f to b3e0c76 Compare April 28, 2021 11:17
@renovate renovate bot changed the title Update sentry monorepo to v6.3.1 Update sentry monorepo to v6.3.3 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from b3e0c76 to 4baba86 Compare April 29, 2021 10:15
@renovate renovate bot changed the title Update sentry monorepo to v6.3.3 Update sentry monorepo to v6.3.4 Apr 29, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 4baba86 to d5f4f59 Compare April 30, 2021 13:32
@renovate renovate bot changed the title Update sentry monorepo to v6.3.4 Update sentry monorepo to v6.3.5 Apr 30, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from d5f4f59 to 00ef95d Compare May 10, 2021 09:36
@renovate renovate bot changed the title Update sentry monorepo to v6.3.5 Update sentry monorepo to v6.3.6 May 10, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 00ef95d to a7067a6 Compare May 17, 2021 08:38
@renovate renovate bot changed the title Update sentry monorepo to v6.3.6 Update sentry monorepo to v6.4.0 May 17, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from a7067a6 to 5f865a5 Compare May 19, 2021 17:10
@renovate renovate bot changed the title Update sentry monorepo to v6.4.0 Update sentry monorepo to v6.4.1 May 19, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 5f865a5 to afc3e6c Compare May 31, 2021 10:13
@renovate renovate bot changed the title Update sentry monorepo to v6.4.1 Update sentry monorepo to v6.5.0 May 31, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from afc3e6c to f2e805d Compare June 2, 2021 17:33
@renovate renovate bot changed the title Update sentry monorepo to v6.5.0 Update sentry monorepo to v6.5.1 Jun 2, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from f2e805d to 1cdbd40 Compare June 10, 2021 13:15
@renovate renovate bot changed the title Update sentry monorepo to v6.5.1 Update sentry monorepo to v6.6.0 Jun 10, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from 1cdbd40 to c2f8eea Compare June 14, 2021 10:37
@renovate renovate bot changed the title Update sentry monorepo to v6.6.0 Update sentry monorepo to v6.7.0 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/sentry-monorepo branch from c2f8eea to e3398f5 Compare June 15, 2021 12:19
@renovate renovate bot changed the title Update sentry monorepo to v6.7.0 Update sentry monorepo to v6.7.1 Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant