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

Bump @sentry/browser from 6.2.3 to 6.3.5 #643

Merged
merged 1 commit into from
May 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2021

Bumps @sentry/browser from 6.2.3 to 6.3.5.

Release notes

Sourced from @​sentry/browser's releases.

6.3.5

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

6.3.4

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

6.3.3

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

6.3.2

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

6.3.1

  • [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)

6.3.0

  • [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)

6.2.5

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

6.2.4

  • [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)

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

6.3.5

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

6.3.4

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

6.3.3

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

6.3.2

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

6.3.1

  • [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)

6.3.0

  • [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)

6.2.5

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner May 1, 2021 05:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/browser-6.3.5 branch 2 times, most recently from b70a1be to 12a11c3 Compare May 1, 2021 14:13
@zbynek zbynek enabled auto-merge (rebase) May 1, 2021 15:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/browser-6.3.5 branch from 12a11c3 to 83ebe43 Compare May 1, 2021 15:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/browser-6.3.5 branch from 83ebe43 to 7a7695a Compare May 1, 2021 15:30
@zbynek zbynek merged commit 36d45cd into master May 1, 2021
@zbynek zbynek deleted the dependabot/npm_and_yarn/sentry/browser-6.3.5 branch May 1, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant