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

"Event timeout. Check minTimeBetweenSessions param" #152

Open
ilyakamens opened this issue Nov 19, 2024 · 1 comment
Open

"Event timeout. Check minTimeBetweenSessions param" #152

ilyakamens opened this issue Nov 19, 2024 · 1 comment

Comments

@ilyakamens
Copy link

Report

Plugin Version

6.15.2

On what Platform are you having the issue?

iOS

What did you do?

I installed AppsFlyer and initialized it like so:

await AppsFlyer.initSDK({
  appID: '<redacted>',
  devKey: '<redacted>',
  isDebug: import.meta.env.VITE_DEBUG === 'true',
  minTimeBetweenSessions: 60,
});

What did you expect to happen?

I expected this not to cause errors.

What happened instead?

I see the error mentioned in the issue title logged for seemingly every user. Is there anything wrong with my configuration? I should note that I do see accurate install numbers my AppsFlyer dashboard (including other events via AppsFlyer.logEvent(), but I'd like to understand what's going on and if I've misconfigured something. I checked the docs, but couldn't find any helpful information related to this error (which I'm seeing in Sentry).

Please provide any other relevant information.

This is the entirety of what I see in Sentry:

image
@ilyakamens
Copy link
Author

Hello?

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

No branches or pull requests

1 participant