Vito Meznaric
Vito Meznaric
Any updates?
It seems like server source maps are not uploaded as part of [sentry-upload-sourcemaps](https://github.com/getsentry/sentry-javascript/blob/df7bb254d3f7b1c456a5949efcc123606838aa77/packages/remix/scripts/sentry-upload-sourcemaps.js#L4). Only public files are uploaded by default. Uploading server source maps manually in the step after works...
I tested this and it almost works, but I will stick to what is currently in the README. This PR: - It does work fine if you use commands within...
With current syntax `{something && }` when you render a more complex component this introduces another level of indentation. Which in my opinion helps us to spot conditional logic, but...
Applying the changes from [this PR](https://github.com/ivpusic/react-native-image-crop-picker/pull/1500) manually solves the issue for me. iOS image is resized to 200x200 by default, not to selected crop rect.
You can do: ``` const ddTransport = new DatadogTransport({ api_key: 'xx', app_key: 'yy' }); winston.add(ddTransport, null, true); ``` Last parameter indicates that transport has already been instantiated.
It would be cool if you could update version on NPM. Thanks!
Hey, it's `colemak_dh` not `colemak-dh`. I'll update the docs.