You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I got the urge to try Sentry-Elixir with the Gitlab Sentry-backend, but sadly the way this client parses the DSN and creates the endpoint is not compatible with it.
As I am new to Elixir I am not sure if this is the best possible implementation, because of this I am creating this issue instead of a merge request.
I would love to see this fixed in the client and am willing to open a MR if I get feedback on this. Alternatively a maintainer could also just quickly implement that patch.
The text was updated successfully, but these errors were encountered:
Hello!
Today I got the urge to try Sentry-Elixir with the Gitlab Sentry-backend, but sadly the way this client parses the DSN and creates the endpoint is not compatible with it.
I debugged a little and compared the source with how the Ruby version does it.
From my debugging I have gathered the following diff:
With this diff applied the Gitlab Sentry-backend DSN is parsed correctly, and the endpoint url is also constructed correctly.
As I am new to Elixir I am not sure if this is the best possible implementation, because of this I am creating this issue instead of a merge request.
I would love to see this fixed in the client and am willing to open a MR if I get feedback on this. Alternatively a maintainer could also just quickly implement that patch.
The text was updated successfully, but these errors were encountered: