Skip to content

Commit

Permalink
Fix defaultFileExporter and default to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Jul 14, 2024
1 parent 6266e07 commit e7e6953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry-Exporters/OTSpanExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OTSpanExporter class >> current: aSpanExporter [
{ #category : 'instance creation' }
OTSpanExporter class >> defaultFileExporter [

^ OTFileSpanExporter new
^ OTJSONFileSpanExporter new
]

{ #category : 'instance creation' }
Expand Down

0 comments on commit e7e6953

Please sign in to comment.