Skip to content

Commit

Permalink
fill in sdk attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Oct 30, 2024
1 parent 60d0fdd commit 36d198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inngest/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ impl<T, E> Handler<T, E> {
has_signing_key_fallback,
mode: Kind::Cloud,
schema_version,
sdk_language: String::new(), // TODO
sdk_version: String::new(), // TODO
sdk_language: "rust".to_string(),
sdk_version: env!("CARGO_PKG_VERSION").to_string(),
serve_origin: None, // TODO
serve_path: None, // TODO
signing_key_fallback_hash: None, // TODO
Expand Down

0 comments on commit 36d198b

Please sign in to comment.