Skip to content

Feature request: Generic logging API function that accepts level #518

@sproctor

Description

@sproctor

Problem Statement

Using Sentry.logger.debug, etc is great if you're logging from inside of the application. If you're building an integration with another logging implementation, such as Kermit, you need to map the the functions rather than just translating the Kermit severity to a Sentry logging level.

Solution Brainstorm

Adding a function to the SentryLogging API that accepts the level would be must more convenient.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions