Skip to content

Commit fe95540

Browse files
Merge remote-tracking branch 'origin/main' into 5.0.0
2 parents 07e0b52 + bfa818c commit fe95540

File tree

7 files changed

+93
-649
lines changed

7 files changed

+93
-649
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2
42+
uses: github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02 # pin@v2
4343
with:
4444
languages: ${{ matrix.language }}
4545
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,7 +50,7 @@ jobs:
5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2
53+
uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 # pin@v2
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -61,4 +61,4 @@ jobs:
6161
# make bootstrap
6262
# make release
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2
64+
uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02 # pin@v2

.github/workflows/update-deps.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,26 @@ jobs:
3737
secrets:
3838
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3939

40-
wizard:
41-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
42-
with:
43-
path: scripts/update-wizard.sh
44-
name: Wizard
45-
pr-strategy: update
46-
secrets:
47-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
40+
# RN SDK v4 can't be updated to the latest wizard and cli
41+
# This will be returned in v5
4842

49-
cli:
50-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
51-
with:
52-
path: scripts/update-cli.sh
53-
name: CLI
54-
pr-strategy: update
55-
secrets:
56-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
43+
# wizard:
44+
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
45+
# with:
46+
# path: scripts/update-wizard.sh
47+
# name: Wizard
48+
# pr-strategy: update
49+
# secrets:
50+
# api-token: ${{ secrets.CI_DEPLOY_KEY }}
51+
52+
# cli:
53+
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
54+
# with:
55+
# path: scripts/update-cli.sh
56+
# name: CLI
57+
# pr-strategy: update
58+
# secrets:
59+
# api-token: ${{ secrets.CI_DEPLOY_KEY }}
5760

5861
sample-rn:
5962
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Remove `breadcrumb.level` value `critical` transformation to `fatal`.
1010
- Default `breadcrumb.level` is `info`
1111

12+
### Dependencies
13+
14+
- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
17+
1218
## 5.0.0-alpha.11
1319

1420
- Latest changes from 4.13.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ android {
4242

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.11.0'
45+
api 'io.sentry:sentry-android:6.12.1'
4646
}

sample/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Sentry.init({
2626
// Replace the example DSN below with your own DSN:
2727
dsn: SENTRY_INTERNAL_DSN,
2828
debug: true,
29-
beforeSend: (e, hint) => {
30-
console.log('Event beforeSend:', e, 'hint:', hint);
29+
beforeSend: (e: Sentry.Event) => {
30+
console.log('Event beforeSend:', e);
3131
return e;
3232
},
3333
// This will be called with a boolean `didCallNativeInit` when the native SDK has been contacted.

sample/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,9 +3912,9 @@ decamelize@^1.2.0:
39123912
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
39133913

39143914
decode-uri-component@^0.2.0:
3915-
version "0.2.0"
3916-
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
3917-
integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==
3915+
version "0.2.2"
3916+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
3917+
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
39183918

39193919
decompress-response@^6.0.0:
39203920
version "6.0.0"

0 commit comments

Comments
 (0)