Skip to content
New issue

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

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

Already on GitHub? # to your account

Using format characters in Transports #223

Open
j-walker23 opened this issue Apr 5, 2019 · 0 comments
Open

Using format characters in Transports #223

j-walker23 opened this issue Apr 5, 2019 · 0 comments

Comments

@j-walker23
Copy link

j-walker23 commented Apr 5, 2019

When using a transport is there a way to get the msg to be formatted like the message is when it's logged to the console.

In the transport i will get something like
args = ["some message %s", 207]
msg = "[app:log] some message %s 207"

And what is printed to the console is
app:log some message 207 where 207 replaces the %s format character.

In the transport i want to be able to send the formatted message to sentry breadcrumbs.

Is that possible?

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

No branches or pull requests

1 participant