Skip to content

Add a way to add a message to captureException #2844

@ueman

Description

@ueman

Problem Statement

A lot of logger allow to record a message and an exception at the same time. For that I want to record the message and the exception via Sentry.captureException(). However, that doesn't allow me to add a message, like captureEvent() or captureMessage does.

Solution Brainstorm

Be able to pass a message to captureException() which eventually just passes through and gets added to the captureEvent call.

Are you willing to submit a PR?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeaturedartPull requests that update Dart code

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions