Skip to content

Not seeing custom payload in Sentry #121

Closed
@KidkArolis

Description

@KidkArolis

I'm trying to send custom data with the exception like so:

Raven.captureException(err, {
  tags: {
    foo: "bar"
  },
  customString: "custom stuff",
  customJSON: {details: 123}
});

I can see all of the payload in the ping URL and the event is tagged correctly in Sentry. However, I can't see the customString or customJSON in Sentry 5.4.5. Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions