exilon / QuickLogger

Powerful and flexible library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Apache License 2.0
381 stars 84 forks source link

Fix Sentry DSN parsing when using custom port on the server. #74

Closed hugorosario closed 2 years ago

hugorosario commented 2 years ago

This should fix the Sentry DSN parsing when using custom server ports like: "http://publickey@sentry.server.com:9000/47"

In the current implementation, the segment indexes would be incorrect after splitting a string with multiple ":" occurrences.