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

Feature Request: Add support for configuring character limit for track properties #150

Open
uvaishzafri opened this issue Jul 1, 2024 · 0 comments

Comments

@uvaishzafri
Copy link

Wanted to figure out if there's a way we can configure character limit for void track(String eventName, {Map<String, dynamic>? properties}) 's properties. Currently we are logging stack app's stack trace in case of error like

mixpanel?.track(errorType ?? "Error", properties: {
      "stack": stack?.toString() ?? "No StackTrace found",
      "details": error is Map ? error : error.toString()
    });, 

but it's getting trailed off and we are not able to get useful insights for some of the issues.

Tried going through the issues page but couldn't find anything relevant.

Thanks in advance.

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