Skip to content

Send tags with captureException #75

@jacobsvante

Description

@jacobsvante

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions