-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Tag length limit - 200 characters, shows only first, not documented #6576
Comments
(Oops sorry about assign @mitsuhiko, ignore that.) @tajchert We should document and warn about the tag length for sure. I don't understand your comment about the bug, though, can you provide more detail? |
Hi, With bug I mean if you have 2+ more tags that are over 200 characters, only first one is displayed in web dashboard as wrongly parsed, fix would be to display all tags that are not correct/doesn't meet criteria. If this is still not clear let me know. |
Interesting, the JSON actually contains 2 errors, so I think this is a bug on the frontend. I wonder if JSON: |
@macqueen this may be another easy ticket? Error data in the payload but for some reason we're only showing the user one error? My comment above shows an example -- I sent an event with 2 very large tag values. |
Just ran into this same issue. The error message in the web dashboard is descriptive enough that I was able to track it down easily, but it would've been nicer to have a heads up in the documentation. Not sure if the bug mentioned in this thread is still active, as I only had one tag that violated the length requirement. |
Ping @markstory, @untitaker |
@BYK the error message should be more descriptive now compared to when this issue was first made. I feel like this might be resolved? |
One easy improvement to error message could be saying exactly what the "maximum length" is, so the users could act accordingly. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Routing to @getsentry/workflow for triage. ⏲️ |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Docs on customizing tags specify the limits https://docs.sentry.io/platforms/node/enriching-events/tags/ |
I try to log event with Android SDK (1.4.0) with tag that is over 200 characters long. I get:
Question is - shouldn't be max length of tag documented (also maybe client SDK should throw runtime exception/warning for such case)?
Bug - web dashboard shows only one such case for event (if event has more than one such tag it reports only first one).
The text was updated successfully, but these errors were encountered: