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
Describe the bug
Looking at the Debugger, I can notice that once the app starts, the user gets two events with the same name Application Opened.
I can see that one is implemented in didFinishLaunchingWithOptions and the other in applicationWillEnterForeground. I want to know if it's desirable.
To Reproduce
Steps to reproduce the behavior:
Integrate the library
Turn on the trackApplicationLifecycleEvents(true) on the configuration step
Run the app and take a look on the Web Debugger
Expected behavior
I think that the library should not double the events with the same name. Maybe for applicationWillEnterForeground you should consider changing the name?
Screenshots
Platform (please complete the following information):
Library Version in use: [e.g. 1.4.8]
Platform being tested: [OS]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Looking at the Debugger, I can notice that once the app starts, the user gets two events with the same name
Application Opened
.I can see that one is implemented in
didFinishLaunchingWithOptions
and the other inapplicationWillEnterForeground
. I want to know if it's desirable.To Reproduce
Steps to reproduce the behavior:
trackApplicationLifecycleEvents(true)
on the configuration stepExpected behavior
I think that the library should not double the events with the same name. Maybe for
applicationWillEnterForeground
you should consider changing the name?Screenshots
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: