Skip to content

Commit 5363d5e

Browse files
rokobbaibaratsky
authored andcommitted
Fix basApiUrl (#14)
Rollbar expects the baseApiUrl to be without the `item/` at the end.
1 parent 5decf41 commit 5363d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rollbar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Rollbar extends Object
1010
{
1111
public $accessToken;
12-
public $baseApiUrl = 'https://api.rollbar.com/api/1/item/';
12+
public $baseApiUrl = 'https://api.rollbar.com/api/1/';
1313
public $batchSize;
1414
public $batched;
1515
public $branch;

0 commit comments

Comments
 (0)