Skip to content

Commit

Permalink
fix codesniffer notices
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjorgedev committed Sep 29, 2022
1 parent 828d448 commit eabfd53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/TurbineKreuzberg/Shared/Sentry/SentryConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@

interface SentryConstants
{
/**
* @var string
*/
public const DSN = 'SENTRY:CONFIG:DSN';
/**
* @var string
*/
public const IGNORED_EXCEPTIONS = 'SENTRY:CONFIG:IGNORED_EXCEPTIONS';
/**
* @var string
*/
public const TRACE_SAMPLE_RATE = 'SENTRY:CONFIG:TRACE_SAMPLE_RATE';
/**
* @var string
*/
public const APPLICATION_VERSION = 'SENTRY:CONFIG:APPLICATION_VERSION';
}
6 changes: 6 additions & 0 deletions src/TurbineKreuzberg/Shared/Sentry/SentryVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

final class SentryVersion
{
/**
* @var string
*/
public const SDK_IDENTIFIER = 'sentry.php.spryker';
/**
* @var string
*/
public const SDK_VERSION = '0.1.0';
}

0 comments on commit eabfd53

Please sign in to comment.