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

enableAutoSessionTracking option is missing in Typescript definitions #879

Closed
6 of 11 tasks
fluiddot opened this issue May 27, 2020 · 0 comments · Fixed by #880
Closed
6 of 11 tasks

enableAutoSessionTracking option is missing in Typescript definitions #879

fluiddot opened this issue May 27, 2020 · 0 comments · Fixed by #880

Comments

@fluiddot
Copy link

fluiddot commented May 27, 2020

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 1.4.0

react-native version: 0.61.2

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

Configuration:

Sentry.init({
  dsn: 'https://[email protected]/zzzzzz',
  environment: 'Production',
  enableAutoSessionTracking: true
});

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.

@fluiddot fluiddot changed the title “enableAutoSessionTracking" option is missing in Typescript definitions enableAutoSessionTracking option is missing in Typescript definitions May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant