fix(dependencies): update dependency @sentry/node to v5.30.0 #178
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.
This PR contains the following updates:
5.12.4
->5.30.0
Release Notes
getsentry/sentry-javascript (@sentry/node)
v5.30.0
Compare Source
v5.29.2
Compare Source
v5.29.1
Compare Source
Primitive
type (#3108)v5.29.0
Compare Source
sentry-trace
header to outgoing http(s) requests in node (#3053)v5.28.0
Compare Source
@sentry/browser
(#3077)v5.27.6
Compare Source
v5.27.5
Compare Source
v5.27.4
Compare Source
optional
parameter to AWSServices integration (#3030)v5.27.3
Compare Source
getSession
exists before calling it (#3017)DOMException.code
as tag if it exists (#3018)removeEventListener
twice only when necessary (#3016)v5.27.2
Compare Source
v5.27.1
Compare Source
v5.27.0
Compare Source
processing
flag inBaseClient
(#2983)req.cookies
if available instead of parsing (#2985)prepareEvent
rejections (#2973)prepareEvent
pipeline (#2987)v5.26.0
Compare Source
Google Cloud Functions
(#2945)AWSLambda
(#2945)AWSResources
integration (#2945)X-Sentry-Rate-Limits
handling for transports (#2962)@angular/common
a peerDependency instead of dependency (#2961)@embroider/macros
instead ofrunInDebug
(#2873)v5.25.0
Compare Source
startTransaction
in CDN bundle (#2938)getTransaction()
(#2952)normalizeTransactionName
take a callback function in router-v3 (#2946)event.context
and allow for context removal (#2910)v5.24.2
Compare Source
v5.24.1
Compare Source
v5.24.0
Compare Source
v5.23.0
Compare Source
@sentry/serverless
withAWSLambda
support (#2886)shouldCreateSpanForRequest
(#2867)v5.22.3
Compare Source
v5.22.2
Compare Source
v5.22.1
Compare Source
v5.22.0
Compare Source
Capacitor
scheme asGecko
(#2836)string
exception as a message forsyntheticException
(#2837)build
dir in npm package (#2846)addPerformanceEntries
method name (#2847)@sentry/apm
package (#2844)AngularJS
integration (#2842)@sentry/tracing
mandatory + add tests (#2841)globalThis
forgetGlobalObject
util (#2851)TypeScript
to3.7.5
(#2848)Prettier
to1.19.0
(#2850)v5.21.4
Compare Source
v5.21.3
Compare Source
v5.21.2
Compare Source
v5.21.1
Compare Source
v5.21.0
Compare Source
sentry-javascript
toESLint
(#2786)@sentry-internal/eslint-config-sdk
(#2807)@sentry/ember
(#2739)@sentry/angular
(#2787)React Router v4/v5
(#2780)process.env.SENTRY_RELEASE
(#2776)addExtensionMethods
for SDKs to use (#2805)express
typing (#2803)Retry-After
header in node should be lower-case (#2779)v5.20.1
Compare Source
v5.20.0
Compare Source
@sentry/browser
more treeshakeable (#2747)LinkedErrors
integration (#2742)@sentry/tracing
(#2719)idleTimout
if no activities occur in idle transaction (#2752)createReduxEnhancer
to log redux actions as breadcrumbs, and attach state as an extra. (#2717)beforeCapture
option to ErrorBoundary (#2753)hoist-non-react-statics
(#2755)@sentry/apm
optional in@sentry/gatsby
package (#2752)v5.19.2
Compare Source
v5.19.1
Compare Source
DOMStringList
typing (#2718)v5.19.0
Compare Source
v5.18.1
Compare Source
react
andreact-dom
(#2694)v5.18.0
Compare Source
whitelistUrls/blacklistUrls
toallowUrls/denyUrls
(#2671)makeMain
(#2665)bindClient
when creating newHub
to make integrations work automatically (#2665)getActivitySpan
(#2677)performance.mark
exists before calling it (#2680)scope.getTransaction
to return a Transaction if it exists (#2668)scope.setTransaction
in favor ofscope.setTransactionName
(#2668)beforeNavigate
option (#2691)window.location.pathname
instead ofwindow.location.href
(#2691)
v5.17.0
Compare Source
fetchParameters
(#2567)onreadystatechange
breadcrumbs correctly (#2643)v5.16.1
Compare Source
/store
endpoint need thex-sentry-auth
header in node (#2637)v5.16.0
Compare Source
If you are a
@sentry/apm
and did manual instrumentation usinghub.startSpan
please be aware of the changes we did to the API. The recommended entry point for manual instrumentation now isSentry.startTransaction
and creating child Span by callingstartChild
on it. We have internal workarounds in place so the old code should still work but will be removed in the future. If you are only using theTracing
integration there is no need for action.RequestAnimationFrame
with correct context (#2570)Sentry.startTransaction
andTransaction.startChild
(#2600)beforeSend
(#2600)captureException/captureMessage
(#2627)v5.15.5
Compare Source
BreadcrumbHint
andEventHint
types exports (#2545)isMatchingPattern
from failing on invalid input (#2543)v5.15.4
Compare Source
v5.15.3
Compare Source
perf_hooks
only (#2524)v5.15.2
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
tracesSampleRate
(#2500)forceNoChild
parameter fromhub.startSpan
(#2500)Span
internal, only usehub.startSpan
(#2500)v5.14.2
Compare Source
op
in node http.server transaction (#2496)v5.14.1
Compare Source
v5.14.0
Compare Source
performance
browser API to provide better instrumentation (#2474)v5.13.2
Compare Source
discardBackgroundSpans
to discard background spans by defaultv5.13.1
Compare Source
>= 6
v5.13.0
Compare Source
options.autoPopAfter
parameter topushActivity
to prevent never-ending spans (#2459)sentry_timestamp
header (#2458)timestampWithMs
(#2442)v5.12.5
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Thursday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.