Skip to content

Commit

Permalink
Fix Linux intermediates paths in FilterPlugin.ini (#468)
Browse files Browse the repository at this point in the history
* Fix Linux intermediates paths in `FilterPlugin.ini`

* Update changelog
  • Loading branch information
tustanivsky authored Dec 18, 2023
1 parent 2a29066 commit fb7536e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Fix Linux intermediates paths in `FilterPlugin.ini` ([#468](https://github.com/getsentry/sentry-unreal/pull/468))

### Dependencies

- Bump Cocoa SDK (iOS) from v8.17.1 to v8.17.2 ([#467](https://github.com/getsentry/sentry-unreal/pull/467))
Expand Down
7 changes: 6 additions & 1 deletion plugin-dev/Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
; /Extras/...
; /Binaries/ThirdParty/*.dll
/Scripts/*
/LinuxIntermediate/*
/LinuxIntermediate/Build/Linux/UnrealEditor/Inc/Sentry/UHT/*
/LinuxIntermediate/Build/Linux/UnrealGame/Development/Sentry/*
/LinuxIntermediate/Build/Linux/UnrealGame/Inc/Sentry/UHT/*
/LinuxIntermediate/Build/Linux/UnrealGame/Shipping/Sentry/*
/LinuxIntermediate/Build/Linux/x64/UnrealGame/Development/Sentry/*
/LinuxIntermediate/Build/Linux/x64/UnrealGame/Shipping/Sentry/*
/sentry-cli.properties

0 comments on commit fb7536e

Please sign in to comment.