Skip to content

Commit

Permalink
add since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 13, 2019
1 parent b61ed57 commit 73e30c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adapters/SentryAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/**
* Sentry Integration.
*
* @property callable $fingerprint Setter method which handles a callable to generate an array which should be used as sentry fingerprint.
*
* @since 2.0.0
* @author Basil Suter <basil@nadar.io>
*/
Expand Down Expand Up @@ -197,6 +199,7 @@ public function generateContext(Data $data)
* The callable must return an array.
*
* @param callable $function
* @since 2.1.0
*/
public function setFingerprint(callable $function)
{
Expand All @@ -208,6 +211,7 @@ public function setFingerprint(callable $function)
*
* @param Data $data
* @return array
* @since 2.1.0
*/
public function getFingerprint(Data $data)
{
Expand Down

0 comments on commit 73e30c1

Please sign in to comment.