Skip to content

Update project to use Phoenix 1.7.x & add CI

Maksymilian Jodłowski requested to merge (removed):master into master

Generated the project from scratch using mix phx.new --no-ecto command(version of phx.new is 1.7.2). Added CI to automatically run mix sentry.send_test_event task to check if everything is working. CI requires adding GLITCHTIP_ERROR_FACTORY_DSN variable with a test server's DSN.

Merge request reports