You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: enableAutoSessionTracking should exists in Typescript definition.
The text was updated successfully, but these errors were encountered:
fluiddot
changed the title
“enableAutoSessionTracking" option is missing in Typescript definitions
enableAutoSessionTracking option is missing in Typescript definitions
May 27, 2020
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.4.0
react-native
version: 0.61.2Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
Steps to reproduce:
Add
enableAutoSessionTracking
option to the initialisation.Actual result:
enableAutoSessionTracking
is not defined in the Typescript definition (https://github.com/getsentry/sentry-react-native/blob/master/src/js/backend.ts#L14-L34).Expected result:
enableAutoSessionTracking
should exists in Typescript definition.The text was updated successfully, but these errors were encountered: