Anton Ovchinnikov

Results 19 comments of Anton Ovchinnikov

Sorry, that was bad example, but e.g. "${1}" in https://github.com/getsentry/snuba-sdk/blob/main/scripts/bump-version.sh is used inside a bash function, so it refers to a function argument, not to the script argument.

The agent has a completely different implementation now (written in Go), so I'll close this one as outdated.

Hi, The agent has a completely different implementation now (rewritten in Go), so I'll close this one as outdated. Thanks everyone for the discussion and listing alternatives 👍

Hey, thanks for reporting! The agent is being rewritten in Go now, so we'll just close this one.

Hey, The agent is being rewritten in Go now and is not considered stable, but: in case this is still relevant, the older (Python) implementation was tagged on DockerHub as...

Hey, Thanks for reporting! The agent is being rewritten in Go now, so we'll just close this one.

After looking into this a bit more, I believe here are some issues with the current implementation: 1. Baggage string value `one%20two` should be properly parsed as "one two" 2....

Hey folks, thanks for the previous discussion! FYI: `example` directory was (finally) renamed to `_examples` in https://github.com/getsentry/sentry-go/pull/521, mostly as a preparation step for splitting off integration packages (iris, gin, etc.)...

Considering it done via https://github.com/getsentry/sentry-go/pull/521.