Closed Prithvirajkumar closed 1 year ago
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog
or Status: In Progress
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Core or SDK?
Platform/SDK
Which part? Which one?
Flutter SDK
Description
Within https://docs.sentry.io/platforms/flutter/configuration/releases/#sessions, the second example has the following code:
With the following text above it "If you'd like to opt out of this feature, you can do so using options."
This is incorrect as options.enableAutoSessionTracking should be set to false to opt out of tracking sessions.
This can be further validated when compared with other docs, example: https://docs.sentry.io/platforms/apple/guides/ios/configuration/releases/#sessions
Suggested Solution
Replace the above code with: