Skip to content

Commit 24b468e

Browse files
committed
deprecate
1 parent a16cefe commit 24b468e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/Options.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,16 @@ public function setDefaultIntegrations(bool $enable): self
935935
return $this;
936936
}
937937

938+
/**
939+
* Gets the max length for values in the event payload.
940+
*
941+
* @deprecated always returns 1024 now because the limit is no longer enforced
942+
*/
943+
public function getMaxValueLength(): int
944+
{
945+
return 1024;
946+
}
947+
938948
/**
939949
* Sets the max length for specific values in the event payload.
940950
*

0 commit comments

Comments
 (0)