Tagging

You can supply extra context on errors and performance traces using tags. Tags are key-value data that can be used to search and filter data.

Do not send Personal Identifiable Information (PII) to AppSignal. Filter PII (e.g., names, emails) and use an ID, hash, or pseudonymized identifier instead.

Use Link Templates to link them back in your app.

Also read our guides on how to set up tags.

Tags

Tags can be used to add information that is not already part of the trace metadata (request parameters, session data, request headers, etc.).

Using tags you can easily add more information to errors and performance issues tracked by AppSignal. Maybe while debugging an issue you want to know which user faced the problem, you can pass in the user id or maybe to easily access the user data you can pass in the URL of your admin panel (using link templates) which will take you directly to the customer page.

Tags can also be used to create link templates. Read more about link templates in our link templates guide.