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

fix(deps): update sentry dependencies to ^7.37.2 #493

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/integrations (source) ^7.33.0 -> ^7.37.2 age adoption passing confidence
@sentry/node (source) ^7.33.0 -> ^7.37.2 age adoption passing confidence
@sentry/tracing (source) ^7.33.0 -> ^7.37.2 age adoption passing confidence
@sentry/vue (source) ^7.33.0 -> ^7.37.2 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v7.37.2

Compare Source

This release includes changes and fixes around text masking and blocking in Replay's rrweb dependency. See versions 1.102.0 and 1.103.0.

  • feat: Check blockSelector for blocking elements as well
  • feat: With maskAllText, mask the attributes: placeholder, title, aria-label
  • feat: fix masking on textarea
  • feat: Add maskAllText option

SDK Changes:

  • fix(replay): Fix svgs not getting unblocked (#​7132)

v7.37.1

Compare Source

  • fix(browser): Support async in stack frame urls (#​7131)
  • fix(nextjs): Make api route identifier stricter (#​7126)
  • fix(node): Don't rely on this in http integration (#​7135)
  • fix(replay): Fix missing fetch/xhr requests (#​7134)
  • fix(tracing): Export defaultStackParser from tracing CDN bundles (#​7116)

v7.37.0

Compare Source

  • feat: Add source map debug ids (#​7068)
  • feat(browser): Add IndexedDb offline transport store (#​6983)
  • feat(nextjs): Add auto-wrapping for server components (#​6953)
  • feat(nextjs): Improve client stack traces (#​7097)
  • feat(replay): Improve rrweb error ignoring (#​7087 & #​7094)
  • feat(replay): Send client_report when replay sending fails (#​7093)
  • fix(node): LocalVariables, Improve frame matching for ESM (#​7049)
  • fix(node): Add lru cache to http integration span map (#​7064)
  • fix(replay): Export Replay from Sentry namespace in full CDN bundle (#​7119)

Work in this release contributed by @​JamesHenry. Thank you for your contribution!

v7.36.0

Compare Source

This Release re-introduces the accidentally removed but still deprecated maskInputOptions option for Session Replay.
Furthermore, replays are now stopped instead of paused when a rate limit is encountered.

  • feat(replay): Add back deprecated maskInputOptions (#​6981)
  • feat(replay): Stop recording when hitting a rate limit (#​7018)
  • fix(integrations): Report BaseClient integrations added after init (#​7011)
  • fix(replay): Don't mangle private rrweb property (#​7033)
  • fix(replay): Fix feature detection of PerformanceObserver (#​7029)

v7.35.0

Compare Source

Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the Replay migration guide for further information.
Additionally, the following configuration options will no longer be configurable: slimDOMOptions, recordCanvas, inlineStylesheet, collectFonts, inlineImages.

  • feat(browser): Track if cdn or npm bundle (#​6976)
  • feat(core): Add aria label to breadcrumb attributes (#​6955)
  • feat(core): Add Offline Transport wrapper (#​6884)
  • feat(loader): Add SENTRY_SDK_SOURCE to track loader stats (#​6985)
  • feat(loader): Sync loader with Sentry template (#​7001)
  • feat(replay): Deprecate privacy options in favor of a new API, remove some recording options (#​6645)
  • feat(replay): Move sample rate tags into event context (#​6659)
  • fix(nextjs): Add isomorphic versions of ErrorBoundary, withErrorBoundary and showReportDialog (#​6987)
  • fix(nextjs): Don't modify require calls in wrapping loader (#​6979)
  • fix(nextjs): Don't share I/O resources in between requests (#​6980)
  • fix(nextjs): Inject client config into _app instead of main (#​7009)
  • fix(nextjs): Use Proxies to wrap to preserve static methods (#​7002)
  • fix(replay): Catch style mutation handling & null events in rrweb (#​7010)
  • fix(replay): Handle compression failures more robustly (#​6988)
  • fix(replay): Only call scope.getLastBreadcrumb if available (#​6969)
  • fix(utils): Account for null prototype during normalization (#​6925)
  • ref(replay): Log warning if sample rates are all undefined (#​6959)

Work in this release contributed by @​boblauer. Thank you for your contribution!

v7.34.0

Compare Source

This release adds automatic injection of the Next.js SDK into serverside app directory bundles, allowing users to call the Sentry SDK in server components.

  • feat(nextjs): Add SDK to serverside app directory (#​6927)
  • fix(replay): Do not renew session in error mode (#​6948)
  • fix(replay): Handle compression worker errors more gracefully (#​6936)
  • fix(replay): fix path separator substitution to replay all \ (#​6932)
  • fix(replay): ignore errors in CSSStyleSheetObserver (getsentry/rrweb#​16)

Work in this release contributed by @​mdtro. Thank you for your contribution!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #493 (0c7d4c4) into main (9614795) will not change coverage.
The diff coverage is n/a.

❗ Current head 0c7d4c4 differs from pull request most recent head 09a904a. Consider uploading reports for the commit 09a904a to get more accurate results

@@           Coverage Diff           @@
##             main     #493   +/-   ##
=======================================
  Coverage   71.42%   71.42%           
=======================================
  Files           1        1           
  Lines          56       56           
  Branches       23       23           
=======================================
  Hits           40       40           
  Misses         13       13           
  Partials        3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/sentry-dependencies branch from 9bf8692 to 20e92c7 Compare February 1, 2023 14:02
@renovate renovate bot changed the title fix(deps): update sentry dependencies to ^7.34.0 fix(deps): update sentry dependencies to ^7.35.0 Feb 1, 2023
@renovate renovate bot changed the title fix(deps): update sentry dependencies to ^7.35.0 fix(deps): update sentry dependencies to ^7.36.0 Feb 2, 2023
@renovate renovate bot force-pushed the renovate/sentry-dependencies branch from 20e92c7 to e758b6d Compare February 2, 2023 15:09
@renovate renovate bot force-pushed the renovate/sentry-dependencies branch from e758b6d to 0a6a1f9 Compare February 9, 2023 20:19
@renovate renovate bot changed the title fix(deps): update sentry dependencies to ^7.36.0 fix(deps): update sentry dependencies to ^7.37.0 Feb 9, 2023
@renovate renovate bot changed the title fix(deps): update sentry dependencies to ^7.37.0 fix(deps): update sentry dependencies to ^7.37.1 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/sentry-dependencies branch from 0a6a1f9 to 0c7d4c4 Compare February 10, 2023 16:58
@renovate renovate bot changed the title fix(deps): update sentry dependencies to ^7.37.1 fix(deps): update sentry dependencies to ^7.37.2 Feb 13, 2023
@renovate renovate bot force-pushed the renovate/sentry-dependencies branch from 0c7d4c4 to 09a904a Compare February 13, 2023 19:42
@rchl rchl merged commit 2306a9f into main Feb 17, 2023
@rchl rchl deleted the renovate/sentry-dependencies branch February 17, 2023 10:31
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.

1 participant