Prevents database ownership errors during LiveView tests by disabling ErrorTracker's database integration in the test environment. This resolves the recurring "Handler ErrorTracker.Integrations.Phoenix has failed and has been detached" errors that were occurring when LiveView processes tried to write to the database without proper ownership setup. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||