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
Not an issue more of a question:
Sentry has the extra info feature, and your docs say to include it when you are creating the sentry DSN with the logger.
How would I pass extra data into the logger to get reported in sentry? logger.error("Error Message", {extra: 'additional Info'})?
The text was updated successfully, but these errors were encountered:
Not an issue more of a question:
Sentry has the extra info feature, and your docs say to include it when you are creating the sentry DSN with the logger.
How would I pass extra data into the logger to get reported in sentry?
logger.error("Error Message", {extra: 'additional Info'})
?The text was updated successfully, but these errors were encountered: