-
-
Notifications
You must be signed in to change notification settings - Fork 472
sentry-android-fragment documentation
#1735
-
👋
I wanted to ask if there is any documentation on how to use sentry-android-fragment integration. When I wanted to try it out I found difficult to
a) find anything than release notes mentioning it exists
b) find how to integrate new integration with existing sentry config (I went through checking classes available in new artifact, looking at interface it implements, and guessing how to include an Integeration to Sentry setup
c) It is also unclear what enableFragmentLifecycleBreadcrumbs and enableAutoFragmentLifecycleTracing do. There are no kDocs over these properties, docs page doesn't produce any results:
image
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
@mateuszkwiecinski does that help? https://docs.sentry.io/platforms/android/configuration/integrations/fragment/ and also https://docs.sentry.io/platforms/android/performance/instrumentation/automatic-instrumentation/#androids-fragment-instrumentation
Beta Was this translation helpful? Give feedback.
All reactions
-
It does. Thank you! Can you help me find the way I should have located it on my own? Was it linked somewhere?
I'm having similar problem for Apollo integration added in 5.2.0, I can't find it on on sentry docs, near other integrations
image
Search doesn't produce valid results here as well:
image
Beta Was this translation helpful? Give feedback.
All reactions
-
apollo isnt documented yet, its in the making -> getsentry/sentry-docs#4151
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1