Ziv Levy

Results 9 issues of Ziv Levy

assuming the flow in which expo is taking care of the entire signature and provisioning stuff for you do you have an example of how to create an `expo build:ios...

in addition to `@sentry/browser` and `@sentry/node` test suites. **Describe the solution you'd like** add another test suite file which imports the commonTests and initialized with `@sentry/react-native` **Additional context** to make...

enhancement

**Motivation** Make the docs site more modern and up-to-date **Describe the solution you'd like** [docusaurus](https://docusaurus.io/) is a modern docs generator with a lot more plugins and higher flexibility of frontend...

enhancement
good first issue
documentation

There's a section of `Sentry-Testkit` in official [Sentry Docs](https://docs.sentry.io/platforms/javascript/configuration/sentry-testkit/) pages. We need to enrich the the very initial readme documentation we have there, as it might be outdated and not...

documentation
goodness-squad
no-issue-activity

# Typed `sentryTransport` function After the code base move to TypeScript, we got rid of the manual `*.d.ts` files which caused issues with the implicit returned type of `sentryTransport` function....

enhancement
help wanted
good first issue

Unfortunately, due to some race condition or wrong definition, we can't get to run the built-in `jest-mock` functionality. To remind, it was possible if you're using `Jest` for testing, all...

enhancement
help wanted

today there are 2 output files: * `material-ui-confirm.cjs.js` * `material-ui-confirm.esm.js` Unfortunately none of them can be used as UMD in the browser A broader use case - would be to...

When I'm using *inject* mode I see there's a `iframe` that is responsible for loading the `bundle.js` file. Why can't I import the `` (or something similar...) and use it...