QuickLogger
QuickLogger copied to clipboard
Fix Sentry DSN parsing when using custom port on the server.
This should fix the Sentry DSN parsing when using custom server ports like: "http://[email protected]:9000/47"
In the current implementation, the segment indexes would be incorrect after splitting a string with multiple ":" occurrences.