Burak Yigit Kaya
Burak Yigit Kaya
### Problem Statement About 2+ years ago, when we have not settled on [hard-stops](https://develop.sentry.dev/self-hosted/releases/#hard-stops) for upgrading we had to account for any possible old version to be able to upgrade...
ES6 has template tags like this: ``` js gettext`Some translatable string with ${variable} replacement` ``` We'd better support this.
I'm using both Git and Mercurial and getting `fatal: Not a git repository` error when I'm inside Mercurial repos. Looks like the reason is https://github.com/santagada/xontrib-powerline/blob/master/xontrib/powerline.xsh#L67 assuming `curr_branch` always being a...
When two files reference each other, smartrev goes into an infinite recursion loop. This should be fixed by handling all circular dependent files as a single unit when versioning.
We should generate source maps and support taking in already existing source maps and building new ones on top of them.
Use https://github.com/postcss/postcss for parsing and processing because it is more performant.
We need the smartrev part to live on its own both as a library and a CLI binary. Then we can make grunt-smartrev to use that as a dependency.
Right now the spans take the name of the steps as their "operation" and their names are empty. I'd argue that names should be mapped to names and `operation` should...
**Persona:** you are a person who's new to a code base, trying to understand how everything works together. **Assumption:** It's a challenge to find all the places Sentry SDKs are...
Instead of asking people to throw an exception and wait till they see it on their prod Sentry instance, we can ask them to launch spotlight, set `$SENTRY_SPOTLIGHT=1` and watch...