-
Freelance
-
03:31
- 2h ahead - @timfish.dev
Pinned Loading
-
getsentry/sentry-electron
getsentry/sentry-electron PublicThe official Sentry SDK for Electron
-
nodejs/import-in-the-middle
nodejs/import-in-the-middle PublicLike `require-in-the-middle`, but for ESM import
-
getsentry/sentry-javascript-node-native-stacktrace
getsentry/sentry-javascript-node-native-stacktrace PublicNative Node module to capture stack traces across threads
C++ 1
-
sentry-rust-minidump
sentry-rust-minidump PublicCapture minidumps from an external process to Sentry
-
994 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
July 2025
Created 13 commits in 4 repositories
Created a pull request in getsentry/sentry-javascript-bundler-plugins that received 12 comments
fix: Use renderChunk
for release injection for Rollup/Rolldown/Vite
To inject release info code via the unplugin hooks we were using resolveId
/load
/transform
but this is not ideal because these hooks get called for …
+65
−186
lines changed
•
12
comments
Opened 22 other pull requests in 7 repositories
getsentry/sentry-javascript
5
merged
1
open
-
fix(v9/cloudflare) Allow non UUID workflow instance IDs
This contribution was made on Jul 23
-
fix(cloudflare): Allow non uuid workflow instance IDs
This contribution was made on Jul 22
-
build: Disable side-effects for any
./debug-build.ts
fileThis contribution was made on Jul 11 -
feat(node-native): Add option to disable event loop blocked detection
This contribution was made on Jul 10
-
fix(core): Remove side-effect from
tracing/errors.ts
This contribution was made on Jul 10 -
test(cloudflare): Add integration test infrastructure
This contribution was made on Jul 8
getsentry/sentry-electron
5
merged
1
closed
-
test: Disable update test that flakes on Linux
This contribution was made on Jul 19
-
feat: Update JavaScript SDKs to v9.40.0
This contribution was made on Jul 18
-
feat: Add
eventLoopBlockIntegration
This contribution was made on Jul 16 -
test: Fix e2e test flakes
This contribution was made on Jul 14
-
feat: Update JavaScript SDKs to v9.36.0
This contribution was made on Jul 9
-
feat: Update JavaScript SDKs to v9.35.0
This contribution was made on Jul 5
apm-js-collab/orchestrion-js
3
merged
1
open
-
chore: v0.5.0 release
This contribution was made on Jul 9
-
feat: Sourcemap support
This contribution was made on Jul 2
-
chore: Changelog for v0.4.0 release
This contribution was made on Jul 1
-
fix: Use uniquely named local variables
This contribution was made on Jul 1
getsentry/sentry-docs
2
open
-
feat(electron): Document
eventLoopBlockIntegration
This contribution was made on Jul 26 -
fix(cloudflare): Allow non-uuid instance IDs in workflows
This contribution was made on Jul 26
getsentry/sentry-javascript-node-native-stacktrace
2
merged
-
fix: Correct the Electron warning log message
This contribution was made on Jul 16
-
feat: Allow disabling of watchdog tracking per thread
This contribution was made on Jul 9
vercel/next.js
1
open
-
Add
@sentry/node-native
to server-external-packagesThis contribution was made on Jul 22
timfish/sentry-rust-minidump
1
open
-
feat: Set Sentry version to
*
This contribution was made on Jul 6
Reviewed 20 pull requests in 5 repositories
getsentry/sentry-javascript
10 pull requests
-
fix(cloudflare): Allow non uuid workflow instance IDs
This contribution was made on Jul 23
-
test(cloudflare): Add integration test infrastructure
This contribution was made on Jul 22
-
feat(browser): Add debugId sync APIs between web worker and main thread
This contribution was made on Jul 16
-
chore: Add external contributor to CHANGELOG.md
This contribution was made on Jul 15
-
chore: Add craft entry for @sentry/node-native
This contribution was made on Jul 10
-
ref(core): Avoid side-effect of & streamline
timestampInSeconds
methodThis contribution was made on Jul 10 -
feat(node): Deprecate ANR integration
This contribution was made on Jul 7
-
feat(node-core): Add node-core SDK
This contribution was made on Jul 3
-
feat(cloudflare): Add user agent to cloudflare spans
This contribution was made on Jul 2
-
Don't throw in background promise in withMontior
This contribution was made on Jul 1
getsentry/sentry-docs
3 pull requests
-
feat(js): Update web worker guide with new
webWorkerIntegration
APIsThis contribution was made on Jul 17 -
fix: Make sure event loop block integration is documented
This contribution was made on Jul 9
-
feat: Document
eventLoopBlockIntegration
integrationThis contribution was made on Jul 9
apm-js-collab/orchestrion-js
3 pull requests
-
chore: v0.6.0 release
This contribution was made on Jul 16
-
fix: Allow for argumentation mutation in complex argument functions
This contribution was made on Jul 16
-
fix: Updated
visit_mut_fn_decl
to return true to allow walking a function to identify nested functionsThis contribution was made on Jul 8
getsentry/sentry-electron
3 pull requests
-
test: New Electron versions
This contribution was made on Jul 16
-
codeql: rename file to expected
This contribution was made on Jul 14
-
codeql: update configuration
This contribution was made on Jul 14
DataDog/orchestrion-js
1 pull request
-
Add support for argument mutation in complex argument functions
This contribution was made on Jul 16
Created an issue in getsentry/sentry-javascript that received 6 comments
@sentry/core
is marked as being side effect free but it is not
Description sentry-javascript/packages/core/package.json Line 65 in b746c23 Our build output contains imports where Rollup detects side…
6
comments
Opened 8 other issues in 3 repositories
getsentry/sentry-javascript
5
open
-
Move bundler flags to specifically named files to increase bundler plugin perf.
This contribution was made on Jul 16
-
Instrument Cloudflare Worker RPC methods
This contribution was made on Jul 10
-
Instrument Cloudflare Service Bindings
This contribution was made on Jul 10
-
Instrument Cloudflare Cache API
This contribution was made on Jul 10
-
Add Cloudflare Integration tests
This contribution was made on Jul 10
getsentry/sentry-electron
2
open
-
Renderer process ANR configuration should be similar to main process
This contribution was made on Jul 26
-
Try the
eventLoopBlockIntegration
in an Electron utility processThis contribution was made on Jul 17
apm-js-collab/orchestrion-js
1
open
-
Use
napi-rs
for wasm?This contribution was made on Jul 24