Skip to content

Commit

Permalink
Merge pull request #543 from FallDi/patch-1
Browse files Browse the repository at this point in the history
Fix gzipCompress function name
  • Loading branch information
stayallive authored Feb 9, 2018
2 parents 23a717e + d391712 commit 50aca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The following settings are available for the client:
'User-Agent' => $client->getUserAgent(),
'X-Sentry-Auth' => $client->getAuthHeader(),
),
'body' => gzipCompress(jsonEncode($data)),
'body' => gzcompress(jsonEncode($data)),
))
},
Expand Down

0 comments on commit 50aca3a

Please sign in to comment.