Browse Source

fixes SENTRY-515

maxbittker 7 years ago
parent
commit
e3df41c4b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/api/endpoints/organization_member_index.py

+ 1 - 0
src/sentry/api/endpoints/organization_member_index.py

@@ -152,6 +152,7 @@ class OrganizationMemberIndexEndpoint(OrganizationEndpoint):
             request=request,
             organization_id=organization.id,
             target_object=om.id,
+            data=om.get_audit_log_data(),
             event=AuditLogEntryEvent.MEMBER_INVITE if settings.SENTRY_ENABLE_INVITES else AuditLogEntryEvent.MEMBER_ADD,
         )