-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update dependency @sentry/react-native to v5.35.0 #7151
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/sentry-react-native-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
drewvolz,
hawkrives and
rye
as code owners
September 3, 2024 21:37
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
5 times, most recently
from
September 14, 2024 16:03
f434441
to
8465a72
Compare
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 15, 2024 23:18
8465a72
to
d95ef09
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.31.1
Update dependency @sentry/react-native to v5.32.0
Sep 15, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 17, 2024 15:44
d95ef09
to
df232e9
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.32.0
Update dependency @sentry/react-native to v5.24.1
Sep 17, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 18, 2024 16:59
df232e9
to
e5cbc34
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.24.1
Update dependency @sentry/react-native to v5.32.0
Sep 18, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 20, 2024 11:30
e5cbc34
to
265f950
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.32.0
Update dependency @sentry/react-native to v5.24.1
Sep 20, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 20, 2024 17:28
265f950
to
411557d
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.24.1
Update dependency @sentry/react-native to v5.24.2
Sep 20, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 23, 2024 08:05
411557d
to
74a4550
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.24.2
Update dependency @sentry/react-native to v5.33.0
Sep 23, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
September 26, 2024 09:34
74a4550
to
14ee643
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.33.0
Update dependency @sentry/react-native to v5.33.1
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
October 10, 2024 15:09
14ee643
to
a45bc5f
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.33.1
Update dependency @sentry/react-native to v5.33.2
Oct 10, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
October 18, 2024 11:15
a45bc5f
to
9140dae
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.33.2
Update dependency @sentry/react-native to v5.34.0
Oct 18, 2024
renovate
bot
force-pushed
the
renovate/sentry-react-native-5.x
branch
from
November 8, 2024 19:35
9140dae
to
3066db0
Compare
renovate
bot
changed the title
Update dependency @sentry/react-native to v5.34.0
Update dependency @sentry/react-native to v5.35.0
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.1
->5.35.0
Release Notes
getsentry/sentry-react-native (@sentry/react-native)
v5.35.0
Compare Source
Fixes
setContext
ensures only values convertible to NativeMap are passed (#4168)setExtra
ensures only stringified values are passed (#4168)setContext('key', null)
removes the key value also from platform context (#4168)v5.34.0
Compare Source
Fixes
Handles error with string cause (#4163)
Use
appLaunchedInForeground
to determine invalid app start data on Android (#4146)Bump Cocoa SDK from v8.36.0 to v8.37.0 (#4156)
Bump Android SDK from v7.14.0 to v7.15.0 (#4161)
v5.33.2
Compare Source
Fixes
spanName
fromTimeToDisplayProps
(#4150)Dependencies
v5.33.1
Compare Source
Internal
This is re-release of 5.33.0 with no changes to ensure that 5.33.1 is tagged as latest release on npmjs.com
v5.33.0
Compare Source
Features
Add an option to disable native (iOS and Android) profiling for the
HermesProfiling
integration (#4094)To disable native profilers add the
hermesProfilingIntegration
.v5.32.0
Compare Source
Features
Exclude Sentry Web Replay by default, reducing the code in 130KB. (#4006)
includeWebReplay
totrue
in your metro config as shown in the snippet:Changes
new ReactNativeTracing
toreactNativeTracingIntegration()
new ReactNavigationInstrumentation
toreactNavigationIntegration()
.new ReactNativeNavigationInstrumentation
toreactNativeNavigationIntegration()
.ReactNavigationV4Instrumentation
won't be supported in the next major SDK version, upgrade toreact-navigation@5
or newer.RoutingInstrumentation
andRoutingInstrumentationInstance
replace byIntegration
interface from@sentry/types
.enableAppStartTracking
,enableNativeFramesTracking
,enableStallTracking
,enableUserInteractionTracing
moved toSentry.init({})
root options.Dependencies
v5.31.1
Compare Source
Fixes
Dependencies
v5.31.0
Compare Source
Features
Sentry.crashedLastRun()
(#4014)Fixes
install_modules_dependencies
for React iOS dependencies (#4040)Replay.maskAllText
masksRCTParagraphComponentView
(#4048)Dependencies
v5.30.0
Compare Source
Features
spotlight
option (#4023)enableSpotlight
andspotlightSidecarUrl
Dependencies
v5.29.0
Compare Source
Features
TimeToInitialDisplay
andTimeToFullDisplay
start the time to display spans on mount (#4020)Fixes
Sentry.addBreadcrumb({ data: [] })
(#4021)data
type is plain JS object, otherwise the data might be lost.requireNativeComponent
missing inreact-native-web
(#3958)Dependencies
v5.28.0
Compare Source
Fixes
[email protected]
newsourceMapString
export (#4004)Sentry.captureMessage
stack trace is inevent.exception
(moved fromevent.threads
) (#3635, #3988)useThreadsForMessageStack
optionDependencies
v5.27.0
Compare Source
Fixes
sampleRate
option to the Android SDK (#3979)Platform.constants.reactNativeVersion
instead ofreact-native
internal export (#3949)Dependencies
v5.26.0
Compare Source
Features
Session Replay Public Beta (#3830)
To enable Replay use the
replaysSessionSampleRate
orreplaysOnErrorSampleRate
options.To add React Component Names use
annotateReactComponents
inmetro.config.js
.To change default redaction behavior add the
mobileReplayIntegration
.To learn more visit Sentry's Mobile Session Replay documentation page.
Dependencies
v5.25.0
Compare Source
Features
currentScreen
on native scope (#3927)Fixes
error.cause
chain is locally symbolicated in development builds (#3920)sentry-expo-upload-sourcemaps
no longer requires Sentry url when uploading sourcemaps tosentry.io
(#3915)SENTRY_AUTH_TOKEN
env as fallback when token not found insentry-flavor-type.properties
. (#3917)mechanism.handled:false
should crash current session (#3900)Dependencies
v5.24.3
Compare Source
Fixes
[email protected]
newsourceMapString
export (#4004)Dependencies
v5.24.2
Compare Source
Features
Add an option to disable native (iOS and Android) profiling for the
HermesProfiling
integration (#4094)To disable native profilers add the
hermesProfilingIntegration
.v5.24.1
Compare Source
Fixes
Dependencies
v5.24.0
Compare Source
Features
Fixes
client.init()
(#3882)sentry-cli
doesn't trigger Xcodeerror:
prefix (#3887)--allow-failure
failing Xcode buildsDependencies
v5.23.1
Compare Source
Fixes
startTimeToInitialDisplaySpan
optional (#3867)v5.23.0
Compare Source
This release does not build on iOS. Please use
5.23.1
or newer.Features
Functional integrations (#3814)
Instead of installing
@sentry/integrations
and creating integrations using thenew
keyword, you can use direct imports of the functional integrations.Note that the
Sentry.BrowserIntegrations
,Sentry.Integration
and the Class style integrations will be removed in the next major version of the SDK.Fixes
rnpm
config (#3811)Dependencies
v5.22.3
Compare Source
Fixes
RNSentryOnDrawReporterView
on iOS (#3832)Dependencies
v5.22.2
Compare Source
Fixes
tunnel
from SDK Options (#3787)Dependencies
v5.22.1
Compare Source
Dependencies
v5.22.0
Compare Source
Features
@sentry/core
(#11519)sentry-cocoa
andsentry-android
Dependencies
v5.21.0
Compare Source
Features
getDefaultConfig
option togetSentryExpoConfig
(#3690)beforeScreenshot
option toReactNativeOptions
(#3715)Fixes
expo-router
static routes generation (#3730).end()
span API (#3737)Dependencies
v5.20.0
Compare Source
Features
Automatic tracing of time to initial display for
react-navigation
(#3588)When enabled the instrumentation will create TTID spans and measurements.
The TTID timestamp represent moment when the
react-navigation
screenwas rendered by the native code.
Tracing of full display using manual API (#3654)
In combination with the
react-navigation
automatic instrumentation you can record whenthe application screen is fully rendered.
For more examples and manual time to initial display see the documentation.
Fixes
sentryUrl
for Expo updates source maps uploads (#3664)v5.19.3
Compare Source
Fixes
Dependencies
v5.19.2
Compare Source
Fixes
enabled: false
ensures no events are sent (#3606)TurboModuleRegistry
should not be imported in web applications (#3610)Dependencies
v5.19.1
Compare Source
Fixes
authToken
to application bundle (#3630)SENTRY_AUTH_TOKEN
env variable, as pointed out in our docs.authToken
from the plugin config if it was set.v5.19.0
Compare Source
This release contains upgrade of
sentry-android
dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.Features
Add Android profiles to React Native Profiling (#3397)
Add
Sentry.metrics
(#3590)To learn more, see the Set Up Metrics guide.
Fixes
node
not found inWITH_ENVIRONMENT
(#3573)proguardUuid
loading on Android (#3591)Dependencies
v5.18.0
Compare Source
Features
Add
@spotlightjs/spotlight
support (#3550)Download the
Spotlight
desktop application and add the integration to yourSentry.init
.Only upload Expo artifact if source map exists (#3568)
Read
.env
file insentry-expo-upload-sourcemaps
(#3571)Fixes
@sentry/react-native/expo
config when uploading artifacts (#3557)v5.17.0
Compare Source
Features
New Sentry Metro configuration function
withSentryConfig
(#3478)createSentryMetroSerializer
Add experimental visionOS support (#3467)
react-native-visionos
with the Sentry React Native SDK follow the standardiOS
guides.visionos
folder instead ofios
.Fixes
WITH_ENVIRONMENT
overwrite insentry-xcode-debug-files.sh
(#3525)$NODE_BINARY
to execute Sentry CLI in Xcode scripts (#3493)Dependencies
v5.16.0
Compare Source
This release ships with a beta version of our new built-in Expo SDK 50 support,
which replaces the deprecated
sentry-expo
package. To learn more,see the Expo guide.
Features
New
@sentry/react-native/expo
Expo config plugin (#3429)Sentry.init
inApp.js
New
getSentryExpoConfig
for simple Metro configuration (#3454, #3501, #3514)getDefaultConfig
fromexpo/metro-config
New
npx sentry-expo-upload-sourcemaps
for simple EAS Update (npx expo export
) source maps upload (#3491, #3510, #3515, #3507)Others
sentry-xcode.sh
scripts with Node modules resolution (#3450)sentry-xcode-debug-files.sh
(#3523)v5.15.2
Compare Source
Fixes
v5.15.1
Compare Source
Fixes
Dependencies
v5.15.0
Compare Source
Features
New simplified Sentry Metro Serializer export (#3450)
Fixes
Dependencies
v5.14.1
Compare Source
Fixes
use_frameworks
(#3416)v5.14.0
Compare Source
Features
Fixes
Dependencies
v5.13.0
Compare Source
Features
Export New JS Performance API (#3371)
Read more at https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7690
Report current screen in
contexts.app.view_names
(#3339)Fixes
platform: node
from Debug Builds Events (#3377)Dependencies
v5.12.0
Compare Source
Features
Fixes
activeThreadId
to Profiles (#3338)Dependencies
v5.11.1
Compare Source
Fixes
has-sourcemap-debugid
process to exit (#3336)v5.11.0
Compare Source
Features
Add
buildFeatures.buildConfig=true
to support AGP 8 (#3298)Add Debug ID support (#3164)
This is optional to use Debug IDs. Your current setup will keep working as is.
Add Sentry Metro Serializer to
metro.config.js
to generate Debug ID for the application bundle and source map.On iOS update
Bundle React Native Code and Images
and `Upload DebuConfiguration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.