Closed lbloder closed 1 week ago
Plain | With Sentry | Diff | |
---|---|---|---|
Startup time | 418.08 ms | 448.08 ms | 30.00 ms |
Size | 1.70 MiB | 2.35 MiB | 668.45 KiB |
Revision | Plain | With Sentry | Diff |
---|---|---|---|
661a781c2b0880548b3a9aa7dba70c78914b7025 | 478.29 ms | 547.36 ms | 69.07 ms |
83d667559201cbb4fec2ff42bc7e53e77f6fd070 | 435.51 ms | 453.35 ms | 17.84 ms |
Revision | Plain | With Sentry | Diff |
---|---|---|---|
661a781c2b0880548b3a9aa7dba70c78914b7025 | 1.70 MiB | 2.35 MiB | 668.45 KiB |
83d667559201cbb4fec2ff42bc7e53e77f6fd070 | 1.70 MiB | 2.35 MiB | 668.45 KiB |
:scroll: Description
Rename
getParsedDsn()
toretrieveParsedDsn()
to fix issue withJNDI
property binding. This causedgetParsedDsn()
to be called prematurely and lead to crashes with an emtpyDsn
.:bulb: Motivation and Context
Fixes #3825
:green_heart: How did you test it?
:pencil: Checklist
sendDefaultPII
is enabled.:crystal_ball: Next steps