Skip to content

Commit

Permalink
chore(Android): Removes profiling from android manifest template (#720)
Browse files Browse the repository at this point in the history
* removes profiling from android manifest template

* changelog

* changelog after merge
  • Loading branch information
kahest authored Nov 27, 2024
1 parent b1080bf commit 8af901c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Remove Profiling for Android ([#720](https://github.com/getsentry/sentry-wizard/pull/720))

## 3.35.0

- feat: Pin JS SDK versions to v8 (#712)
Expand Down
2 changes: 0 additions & 2 deletions src/android/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export const manifest = (dsn: string) => `
<!-- enable the performance API by setting a sample-rate, adjust in production env -->
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
<!-- enable profiling when starting transactions, adjust in production env -->
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
`;

export const sentryImport = `import io.sentry.Sentry;\n`;
Expand Down

0 comments on commit 8af901c

Please sign in to comment.