Skip to content

Commit

Permalink
Merge pull request #26 from jnugh/patch-1
Browse files Browse the repository at this point in the history
Make OdSentry ready for Shopware 5.6
  • Loading branch information
Hans Höchtl authored Aug 25, 2019
2 parents 4be752c + c163aa2 commit d3a8ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OdSentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function onStartDispatch()
if (Shopware()->Config()->getByNamespace('OdSentry', 'sentryLogPhp')) {
$privateDsn = Shopware()->Config()->getByNamespace('OdSentry', 'sentryPrivateDsn');
$this->sentryClient = new SentryClient($privateDsn, [
'release' => \Shopware::VERSION,
'release' => $this->container->getParameter('shopware.release.version'),
'environment' => $this->container->getParameter('kernel.environment'),
'install_default_breadcrumb_handlers' => false
]);
Expand Down

0 comments on commit d3a8ba9

Please sign in to comment.