Enable Flare JS error logging
I would like to integrate Flares client side JS error logging (https://flareapp.io/docs/integration/javascript-error-tracking/installation).
The problem is that I cannot link to Vite assets in Filament because that will create a circular dependency.
When doing this Vite will require a manifest which can only be generated after composer is installed which can only happen after the manifest is generated... etc.
How should I solve this?
1 Reply
Solution
This fixed it for me: