Closed hieubo98 closed 3 years ago
@nguyentrunghieu98
You get the error because your Magento is not in production mode and Sentry is disabled for developer mode. Either change to production mode bin/magento deploy:mode:set production
or set the mage_mode_development
to true in your configuration.
Can the Magento 2.4.1 version use the sentry module?
Yes, it supports and has been tested on 2.4.1 😃
'sentry' => [ 'dsn' => 'https://627aac5b01a344898ec4a85b9.......', 'logrocket_key' => 'magento-2-test/magento', 'environment' => 'developer', 'log_level' => \Monolog\Logger::WARNING, 'mage_mode_development' => false ]
I got this error when testing sentry