Skip to content

Commit 37a93eb

Browse files
karthikscale3alizenhomobinnascale3obinnaokafor
authored
Switch default exporter to http exporter (#394)
* Revert back to Langtrace Exporter (#385) * fix * Bump version * Release 3.1.13 (#388) * remove logs * remove requirements * Bump version * Squash * Support xAI (#387) * support xai * fix * Release (#389) * remove logs * remove requirements * Bump version * Squash * Support xAI (#387) * support xai * fix * minor * Obinna/s3 en 1111 bedrock release (#393) * Support xAI (#387) * support xai * fix * Obinna/s3 en 2723 add bedrock instrumentation (#390) * add aws bedrock intregration * add bedrock examples and update version * run bedrock example --------- Co-authored-by: Obinna Okafor <[email protected]> * add bedrock to supported integrations --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> Co-authored-by: Obinna Okafor <[email protected]> * bump version --------- Co-authored-by: Ali Waleed <[email protected]> Co-authored-by: obinnascale3 <[email protected]> Co-authored-by: Obinna Okafor <[email protected]>
1 parent 1deae92 commit 37a93eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/langtrace_python_sdk/langtrace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
validate_instrumentations,
7676
)
7777
from langtrace_python_sdk.utils.langtrace_sampler import LangtraceSampler
78+
from langtrace_python_sdk.extensions.langtrace_exporter import LangTraceExporter
7879
from sentry_sdk.types import Event, Hint
7980

8081
logging.disable(level=logging.INFO)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.3.0"

0 commit comments

Comments
 (0)