diff --git a/src/Sentry/Laravel/EventHandler.php b/src/Sentry/Laravel/EventHandler.php index ee0e9eb4..c9916d45 100644 --- a/src/Sentry/Laravel/EventHandler.php +++ b/src/Sentry/Laravel/EventHandler.php @@ -299,7 +299,7 @@ protected function messageLoggedHandler(MessageLogged $logEntry) * Helper to add an log breadcrumb. * * @param string $level Log level. May be any standard. - * @param string $message Log messsage. + * @param string $message Log message. * @param array $context Log context. */ private function addLogBreadcrumb(string $level, string $message, array $context = []): void diff --git a/src/Sentry/Laravel/ServiceProvider.php b/src/Sentry/Laravel/ServiceProvider.php index e26e6685..ef034349 100644 --- a/src/Sentry/Laravel/ServiceProvider.php +++ b/src/Sentry/Laravel/ServiceProvider.php @@ -106,7 +106,7 @@ protected function configureAndRegisterClient(): void $userConfig['breadcrumbs'], // We resolve the integrations through the container later, so we initially do not pass it to the SDK yet $userConfig['integrations'], - // This is kept for backwards compatibilty and can be dropped in a future breaking release + // This is kept for backwards compatibility and can be dropped in a future breaking release $userConfig['breadcrumbs.sql_bindings'] );