Tim Fish

Results 101 issues of Tim Fish

Deployments should be able to know if they're in production without checking URLs

I was using my Windows machine for the first time in ages and noticed this remaining bash script. This PR converts the script to TypeScript and calls `ts-node`

Closes #5523 This moves the `'?'` string to `@sentry/utils` so it only exists once in the bundle.

Type: Breaking

Renderer events are passed to the main process via the `EventToMain` integration. The downside of using an integration/global event processor to do this is that the renderer `beforeSend` never gets...

I was going to do a pull request which would allow appending to existing files. Should I add a bool parameter to `write` which defaults to false or add a...

Many thanks for this library. Its just what I needed to get cross platform filesystem with promises working in Cordova/Electron(Chrome). To get it working with using JSPM and ES6 I...

I'm going to have a go at modifying your code to support Google auth and limiting access to a specific domain using `accounts.google.com:hg`. It might also be possible to check...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
status/confirmed
has-repro-repo
22-x-y
23-x-y

### Problem Statement Currently ANR events only pull the trace context from the blocked context. ### Solution Brainstorm We should also pull user, tags and extra.

Type: Improvement

Closes #10694 Use global `TextEncoder` and `TextDecoder` now that they are supported by all platforms that will be supported by v8 of the SDKs.