Conditions | 1 |
Paths | 1 |
Total Lines | 26 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public static function withLinkToNotice($noticeId) |
||
29 | { |
||
30 | return <<<EX |
||
31 | ⚡ --- Honeybadger is installed! ----------------------------------------------- |
||
32 | Good news: You're one deploy away from seeing all of your exceptions in |
||
33 | Honeybadger. For now, we've generated a test exception for you: |
||
34 | |||
35 | https://app.honeybadger.io/notice/{$noticeId} |
||
36 | |||
37 | If you ever need help: |
||
38 | |||
39 | - Check out the documentation: https://docs.honeybadger.io/lib/php/index.html |
||
40 | - Email the 'badgers: [email protected] |
||
41 | |||
42 | Most people don't realize that Honeybadger is a small, bootstrapped company. We |
||
43 | really couldn't do this without you. Thank you for allowing us to do what we |
||
44 | love: making developers awesome. |
||
45 | |||
46 | Happy 'badgering! |
||
47 | |||
48 | Sincerely, |
||
49 | Ben, Josh and Starr |
||
50 | https://www.honeybadger.io/about/ |
||
51 | ⚡ --- End -------------------------------------------------------------------- |
||
52 | EX; |
||
53 | } |
||
54 | } |
||
55 |