Skip to content

Commit 65f5a70

Browse files
runningcodeclaude
andauthored
chore(android): Update Sentry configuration for hackernews-android project (#674)
## Summary - Updated Android Sentry DSN to new hackernews-android project - Changed Sentry project name from launchpad-test-android to hackernews-android 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent c48ac1d commit 65f5a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ emerge {
113113

114114
sentry {
115115
org.set("sentry")
116-
projectName.set("launchpad-test-android")
116+
projectName.set("hackernews-android")
117117

118118
ignoredVariants.set(listOf("debug"))
119119

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<meta-data
4646
android:name="io.sentry.dsn"
47-
android:value="https://db2524adf3fee320562f372d15f98098@o497846.ingest.us.sentry.io/4506028523388928" />
47+
android:value="https://d381e3d533c65c895caaa6e084940537@o1.ingest.us.sentry.io/4510398352719872" />
4848

4949
<!-- add breadcrumbs for user interactions (clicks, swipes, scrolls) -->
5050
<meta-data

0 commit comments

Comments
 (0)