File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1+1
2+
3+ - fix: Fix expectation of trace context when running in cloud
4+
15## 1.0.1
26
37- chore: Remove assumptions about where the project is deployed
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ final class Context {
122122 shelf.Request get currentRequest => expect (ContextKey .currentRequest);
123123
124124 /// The [Traceparent] for the current request.
125- Traceparent get currentTrace => expect (ContextKey .currentTrace);
125+ Traceparent ? get currentTrace => get (ContextKey .currentTrace);
126126
127127 /// The Celest [Environment] of the running service.
128128 Environment get environment => expect (env.environment) as Environment ;
Original file line number Diff line number Diff line change 11name : celest
22description : The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
3- version : 1.0.1
3+ version : 1.0.1+1
44homepage : https://celest.dev
55repository : https://github.com/celest-dev/celest/tree/main/packages/celest
66
You can’t perform that action at this time.
0 commit comments