Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Support for SentryOptions #10

@chrisse27

Description

@chrisse27

The SentryOptions interface contains a few useful settings:

export interface SentryOptions {
    environment?: string;
    release?: string;
    tags?: {
        [id: string]: string;
    };
    extra?: any;
}

It would be helpful if one could specify theses options in SentryModule.forRoot.

Are there already any plans on integrating this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions