-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
I haven't been able to send tags with captureException, but it is possible with captureMessage. Example:
Raven.captureException(exc, {tags: {'host': host}}); // Doesn't send "host" tag to sentry
Raven.captureMessage(exc, {tags: {'host': host}}); // Sends "host" tag to sentry
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.