Savannah Manning
Savannah Manning
When attempting to create a user to login during Wallaby test, this error appears: `Wallaby.SessionStore.handle_info({:EXIT, #PID, :normal}, %{ets_table: :session_store})` Switching Process.flag(:trap_process, true) to Process.flag(:trap_process, false) solves problem.
- switch from Hackney to Finch - alter tests to pass with Finch - closes #724
# Switch default HTTP client from Hackney to Finch ## Changes - Changes the default HTTP client from `Sentry.HackneyClient` to `Sentry.FinchClient` - Adds new Finch-specific configuration options: - `finch_pool_opts`: For...