Features/improvements
- feat(proguard): Introduce experimental chunk uploading feature (#2264) by @szokeasaurusrex
- feat: Read debug IDs from
debugIdfield in sourcemaps (#2222)
Various fixes & improvements
- ref(proguard): Delete pointless code (#2263) by @szokeasaurusrex
- fix: Improve error handling in dif.rs (#2225)
- ci: Run codeql-analysis on all PRs (#2224)
- build: Add
assert_cmdas a dev dependency - ref(api): Remove dead code (#2217)
- ref: Remove
SENTRY_DUMP_REPONSEenvironment variable (#2212) - ref(utils): Remove
allow(dead_code)from update utils (#2216) - ref(api): Remove blanket
allow(dead_code)(#2215) - ref(api): Only allow dead code where needed (#2213)
Changes to tests
- ref(test): Broaden
with_header_matchertypes (#2261) by @szokeasaurusrex - ref(test): Accept
impl Into<Matcher>forwith_matcher(#2260) by @szokeasaurusrex - ref(test): Align
with_reponse_bodyparameter tomockito(#2259) by @szokeasaurusrex - ref(test): Make mock builder status default to
200(#2258) by @szokeasaurusrex - ref(test): Change chunk upload options org (#2257) by @szokeasaurusrex
- ref(test): Bump
mockitomocking library (#2254) by @szokeasaurusrex - ref(test): Use
TestManagerin new chunk upload test (#2253) by @szokeasaurusrex - ref(test): Add
TestManagerstruct for uniform test setup (#2252) by @szokeasaurusrex - ref(tests):
mock_common_endpointsrefactor (#2251) by @szokeasaurusrex - ref(tests): Simplify
mock_common_upload_endpoints(#2250) by @szokeasaurusrex - ref(tests): Extract
mock_common_upload_endpointsinto module (#2249) by @szokeasaurusrex - ref(tests): Rename
mockingtomock_endpoint_builder(#2248) by @szokeasaurusrex - ref: Fix typo in tests (#2243) by @szokeasaurusrex
- ref(test): Rename
EndpointOptionstoMockEndpointBuilder(#2247) by @szokeasaurusrex - ref(test): Refactor
EndpointOptions(#2246) by @szokeasaurusrex - ref(test): Privatize struct fields of
EndpointOptions(#2245) by @szokeasaurusrex - ref(test): Move mock endpoint code to module (#2244) by @szokeasaurusrex
- test: batch send-event tests (#2230) by @szokeasaurusrex
- test: Run
trycmdtests withRUST_BACKTRACE=0(#2242) by @szokeasaurusrex - test(send-metric): Batch tests together (#2241) by @szokeasaurusrex
- test(react_native): Bubble up
target_os(#2240) by @szokeasaurusrex - test(projects): Batch tests together (#2239) by @szokeasaurusrex
- test(monitors): Batch monitors tests (#2236)
- test(monitors): Delete unneeded monitors test (#2237)
- test(organizations): Batch tests together (#2238)
- test(events): Batch tests together (#2235)
- test(debug-files): Batch tests together (#2234)
- test: batch token validation tests (#2231)
- test: batch upload-proguard tests (#2233)
- test: batch update tests (#2232)
- test: Batch org token tests together (#2229)
- test: Batch
bash_hooktests together (#2226) - test: batch login tests (#2228)
- test: Batch send envelope tests together (#2227)
- test(debug-files): Add test for
assembleendpoint call - ref(tests): Decouple test env vars from trycmd code