Skip to content

Commit 081e5cb

Browse files
authored
fix(profiling): fix typo for the function field in the profile functions kafka message (#92097)
1 parent 42f7c6b commit 081e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/profiles/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ def build_chunk_functions_kafka_message(
13441344
"functions": [
13451345
{
13461346
"fingerprint": f.get_fingerprint(),
1347-
"functions": f.get_function(),
1347+
"function": f.get_function(),
13481348
"package": f.get_package(),
13491349
"in_app": f.get_in_app(),
13501350
"self_times_ns": f.get_self_times_ns(),

0 commit comments

Comments
 (0)