You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods
- `InstanaSpanType::entry()`,
- `InstanaSpanType::local()` and
- `InstanaSpanType::exit()`
have been renamed to
- `InstanaSpanType::entryType()`,
- `InstanaSpanType::localType()` and
- `InstanaSpanType::exitType()`
to provide compatibility with PHP < 7.
Because the methods are API and introduce a BC break, I am bumping
the version to 2.0.0.
0 commit comments