-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added support SIGNALFX_RECORDED_VALUE_MAX_LENGTH to limit size of span attribute values - Migrated to SignalFx error attributes from OpenTracing - Added support for PHP 7.4
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2020-08-28</date> | ||
<date>2020-11-17</date> | ||
<version> | ||
<release>0.30.2.0</release> | ||
<api>0.30.2.0</api> | ||
|
@@ -21,9 +21,9 @@ | |
</stability> | ||
<license uri="https://github.com/signalfx/signalfx-php-tracing/blob/master/LICENSE">BSD 3-Clause</license> | ||
<notes> | ||
Initial SignalFx beta release | ||
### Fixed | ||
- Ensure the request init hook is bound by the `open_basedir` INI directive #579 | ||
- Added support SIGNALFX_RECORDED_VALUE_MAX_LENGTH to limit size of span attribute values | ||
- Migrated to SignalFx error attributes from OpenTracing | ||
- Added support for PHP 7.4 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#ifndef PHP_DDTRACE_VERSION | ||
#define PHP_DDTRACE_VERSION "0.30.2-beta-sfx3" | ||
#define PHP_DDTRACE_VERSION "0.30.2-beta-sfx4" | ||
#endif |