Skip to content

Commit

Permalink
Switch default exporter to http exporter (#394)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Oct 31, 2024
1 parent 1deae92 commit 37a93eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/langtrace_python_sdk/langtrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
validate_instrumentations,
)
from langtrace_python_sdk.utils.langtrace_sampler import LangtraceSampler
from langtrace_python_sdk.extensions.langtrace_exporter import LangTraceExporter
from sentry_sdk.types import Event, Hint

logging.disable(level=logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion src/langtrace_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit 37a93eb

Please sign in to comment.