Klaas van Schelven
99f782f4e3
add vacuum_files command
...
Fix #129
2025-07-17 09:05:16 +02:00
Klaas van Schelven
a835449bef
flake8
2025-05-28 22:24:19 +02:00
Klaas van Schelven
46c9f3d7cc
Merge pull request #87 from bpeschier/fix/sourcemap-with-multiple-sources
...
* Apply source mapping when sourcemap contains multiple sources
* Propagate `filename` and `function` from the sourcemap.
2025-05-28 22:18:02 +02:00
Klaas van Schelven
f817b3ba2f
Lookup by debug_id in dicts: use UUID
...
in absence of a clean reproducer, just doing proper lookups on a
normalized thing seems the more stable thing to do.
Fix #105 (in absence of test: I think)
2025-05-28 22:03:51 +02:00
Bas Peschier
bc3daf7662
Apply source mapping when sourcemap contains mappings for multiple sources.
2025-04-24 15:45:28 +02:00
Klaas van Schelven
dd339f73de
One more fix for psycopg<3.0.17
...
see ce9d0e4941
2025-04-14 11:49:41 +02:00
Klaas van Schelven
ce9d0e4941
Fix for psycopg<3.0.17
2025-04-14 11:29:12 +02:00
Klaas van Schelven
712eb63faa
Merge pull request #80 from bugsink/sourcemaps-spike
...
Sourcemaps: first version
2025-04-14 11:08:19 +02:00
Klaas van Schelven
f95927ffd6
annotate_with_meta: add a case for (typically Filtered) string
2025-04-11 22:40:51 +02:00
Klaas van Schelven
87130043e3
PoC of using sourcemaps in the UI
...
See #19
2025-04-10 15:52:34 +02:00
Klaas van Schelven
a5bc27032a
Visualize trimmed data ('x items trimmed')
...
Fix #18
Similar to [the request for the same feature in Sentry](https://github.com/getsentry/sentry/issues/68426 )
SDK-side complaints:
* https://github.com/getsentry/sentry-python/issues/377
* https://github.com/getsentry/sentry-python/issues/805
* https://github.com/getsentry/sentry-python/issues/1041
* https://github.com/getsentry/sentry-python/issues/1105
* https://github.com/getsentry/sentry-python/issues/2121
* https://github.com/getsentry/sentry-python/issues/2682
* https://github.com/getsentry/sentry-python/issues/3209
* https://github.com/getsentry/sentry-python/issues/3634
* https://github.com/getsentry/sentry-python/issues/3740
2024-12-18 17:05:26 +01:00