Skip to content

SentryMinidump not using given environment #497

@devinfoley

Description

@devinfoley

Versions + Platform

Description

When I start Sentry.init({ dsn: ..., environment: 'dev' }), and trigger a crash, I can see in the resulting HTTP request that the default environment, development is used, instead of dev. Meanwhile, if I inspect the HTTP requests created by MainProcessSession, I can see that dev is used there, as expected. I've done a bit of debugging but haven't found what's causing the issue yet. ElectronMinidump works as expected, sending dev as the environment.

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