Hi,
I'm new to Firebase analytics.
I can see that when creating a custom event you need to add Custom dimensions and metrics for your parameters but you also need to avoid high-cardinality custom dimensions.
One of my events tracks an error that some of my users have for different reasons.
I send as parameters the error message sent by a Dart function when this error is detected.
I think this error message can have a lot of different values because it can contain path information unique to the user for example.
What should I do in that case?
Create a custom dimension anyway? What would be the downside of doing this?
Or is there something more appropriate?
Best regards
Stéphane Archer