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
Normandy slugs get used in a lot of places, that have various limits. The most restrictive one we know about is Events, where we use the recipe's slug as the Event's value field. That field is limited by telemetry to 80 characters.
The client will safely truncate these fields, but that makes for confusing telemetry. We should limit this on the server.
There is one recipe that currently has a slug longer than 80 characters, recipe 326. Since this is an old recipe that isn't active anymore, I think it is fine. If we end up with problems we can revise that recipe to shorten the slug without issue.
The text was updated successfully, but these errors were encountered:
Normandy slugs get used in a lot of places, that have various limits. The most restrictive one we know about is Events, where we use the recipe's slug as the Event's
value
field. That field is limited by telemetry to 80 characters.The client will safely truncate these fields, but that makes for confusing telemetry. We should limit this on the server.
There is one recipe that currently has a slug longer than 80 characters, recipe 326. Since this is an old recipe that isn't active anymore, I think it is fine. If we end up with problems we can revise that recipe to shorten the slug without issue.
The text was updated successfully, but these errors were encountered: