getsentry / sentry-unreal

Unreal Engine
https://docs.sentry.io/platforms/unreal/
MIT License
83 stars 34 forks source link

Wizard uses DSN instead of Unreal endpoint #402

Open bruno-garcia opened 11 months ago

bruno-garcia commented 11 months ago

Project settings has a unreal endpoint, made for the UE Crash Reporter (it understand its format): image

But when creating a project, it seems we're using the DSN instead, which wouldn't work. image

Am I missing something or the setup process is broken?

tustanivsky commented 11 months ago

This looks like a mistake indeed - for CRC setup we have to use a separate UE endpoint and not the DSN. Thanks for bringing this up!

tustanivsky commented 11 months ago

For some reason even though the ___UNREAL_URL___ value is used by the wizard the corresponding web page still displays the DSN instead. Works fine for the CRC setup guide though

bruno-garcia commented 11 months ago

@bitsandfoxes cc

tustanivsky commented 3 months ago

Similar issue here - https://github.com/getsentry/sentry/issues/71733