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
Looks like the implementation of SentryModule.forRoot on version 6.17.4 changed on how logLevel is passed. Now it's spelled as logLevels and it receives a type of LogLevel[]. Also the type LogLevel doesn't seem to exist anymore. Documentation needs to be updated in order to avoid type conflicts.
Looks like the implementation of SentryModule.forRoot on version 6.17.4 changed on how logLevel is passed. Now it's spelled as logLevels and it receives a type of LogLevel[]. Also the type LogLevel doesn't seem to exist anymore. Documentation needs to be updated in order to avoid type conflicts.
Before:
Now:
PR to address this -> #73
The text was updated successfully, but these errors were encountered: