Skip to content

Commit

Permalink
ref: remove logging the slack request body
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed May 8, 2024
1 parent eb4de59 commit c92ff4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/integrations/slack/requests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def logging_data(self) -> Mapping[str, str]:
"slack_callback_id": _data.get("callback_id"),
"slack_api_app_id": _data.get("api_app_id"),
}
data["request_data"] = _data

if self._integration:
data["integration_id"] = self.integration.id
Expand Down

0 comments on commit c92ff4a

Please sign in to comment.