-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict between Sentry and Ignition #30
Comments
me too, same problem |
getting the same:
|
It seems like it only happens on errors from blade only to reproduce:
open visit
test repo: https://github.com/atmonshi/sentry-ignition |
This is fixed in the latest release. |
@freekmurze There was another similar problem. For example, in exceptions that occur in Livewire components. I created a PR #42 |
Not sure if this is your issue or a Sentry specific issue, but it wasn't a problem previously with the older version.
The reported error we're seeing is
Cannot assign Sentry\Laravel\Tracing\ViewEngineDecorator to property Spatie\LaravelIgnition\Views\ViewExceptionMapper::$compilerEngine of type Illuminate\View\Engines\CompilerEngine
The text was updated successfully, but these errors were encountered: