analytics/test/plausible_web
hq1 24a8aa2821
Reapply sentry context (#3675)
* Reapply "Sentry context in live views (#3672)"

This reverts commit 5449fead160064b8a0081c458cc5dcd34399eb0b.

* Make sure `:selection_made` is handled in `GoalSettings.Form`

That was a bit unepexcted.. normally `handle_info` is injected
by the LiveView use macro and it discards any message gracefully.
After switching to `use PlausibleWeb, :live_view` we're also
using `PlausibleWeb.Live.Flash` that happens to inject its own receive
clause for closing the flash. Which then renders the original,
overridable, `handle_info` catch-all obsolete.

* Update LV SentryContext only on connected sockets

(first mount already has the right context coming from Sentry plug)

* Make sure Live.ChoosePlan passes `current_user_id` session key
2024-01-09 12:28:31 +01:00
..
components/billing Refactor: Split up the choose_plan LV code (#3637) 2023-12-15 13:59:16 -03:00
controllers Rate limit e-mail changes (#3667) 2024-01-04 14:34:57 +01:00
live Reapply sentry context (#3675) 2024-01-09 12:28:31 +01:00
plugins/api Remove business tier feature flag (#3632) 2023-12-14 11:25:46 -03:00
plugs Remove custom domains support + update build options (#3559) 2023-11-29 11:04:54 +01:00
views Upgrade Erlang/Elixir stack (#3454) 2023-10-24 10:33:48 +02:00
captcha_test.exs Google APIs integration improvements (#2358) 2022-10-24 09:34:02 +02:00
email_test.exs Improve approaching accept_traffic_until e-mail (#3660) 2024-01-02 13:18:51 +01:00