Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for [email protected] #50

Open
TuxGit opened this issue May 7, 2018 · 1 comment
Open

Add support for [email protected] #50

TuxGit opened this issue May 7, 2018 · 1 comment

Comments

@TuxGit
Copy link

TuxGit commented May 7, 2018

Tested [email protected] and its not work.

some crutch:

// Sentry.prototype.log = function (level, msg, meta, callback) {
Sentry.prototype.log = function (info, callback) {
const { level, message: msg, meta } = info;
@kasir-barati
Copy link

kasir-barati commented May 6, 2022

@TuxGit I guess Because of this line

Transport.call does not exists. Maybe this helps you to write your custom transporter for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants