Skip to content
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

Enable App Start Profiling #134

Closed
idosun opened this issue Apr 8, 2024 · 5 comments · Fixed by #136
Closed

Enable App Start Profiling #134

idosun opened this issue Apr 8, 2024 · 5 comments · Fixed by #136

Comments

@idosun
Copy link
Contributor

idosun commented Apr 8, 2024

See docs: https://docs.sentry.io/platforms/android/profiling/#app-start-profiling

<application>
    <meta-data android:name="io.sentry.dsn" android:value="" />
    <meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
    <meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
    **<meta-data android:name="io.sentry.traces.profiling.enable-app-start" android:value="true" />**
</application>
@sdzhong
Copy link
Contributor

sdzhong commented Apr 23, 2024

Note: App Start Profiling doesn't appear the first time the app starts.

CC: @stefanosiano

@sdzhong
Copy link
Contributor

sdzhong commented Apr 23, 2024

@sdzhong
Copy link
Contributor

sdzhong commented Apr 23, 2024

@sdzhong
Copy link
Contributor

sdzhong commented Apr 23, 2024

Is it possible to send the options to enable app start profiling to the SDK in the app. Or another content provider to start before the others to mock the options used by the SDK? @stefanosiano

@stefanosiano
Copy link
Collaborator

should be fixed by #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants