Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:enlightened-dc/sentry-monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-schi committed Jun 30, 2016
2 parents 50d3d38 + 719b31f commit 545adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `sentry-monitor` collect the events (mostly exceptions) from sentry and plot

Download the `monitor.phar` file.

$ curl -Os https://github.com/enlightened-dc/sentry-monitor/releases/download/1.0.0/monitor.phar
$ curl -OsL https://github.com/enlightened-dc/sentry-monitor/releases/download/1.0.0/monitor.phar
$ chmod +x monitor.phar
## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Diagram/SequenceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getSequences($organisation, $days, $scale)
}

if (false === in_array($scale, ['day', 'hour'])) {
throw new \InvalidArgumentException('The scale parameter "%s" should be "hour" or "day"');
throw new \InvalidArgumentException(sprintf('The scale parameter "%s" should be "hour" or "day"', $scale));
}

$datetimeFormat = '%Y-%m-%d %H:00:00';
Expand Down

0 comments on commit 545adbb

Please sign in to comment.