diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-06 02:10:35 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-06 02:10:35 +0000 |
commit | 37b41c535f442aa85750679dccc7885655cb3429 (patch) | |
tree | f2961fb4141f329ae0e17e111260993caf2cf0cb /Resources/Info.plist | |
parent | 0075403979eff53d16f928733247837d72d37a0b (diff) | |
download | sequelpro-37b41c535f442aa85750679dccc7885655cb3429.tar.gz sequelpro-37b41c535f442aa85750679dccc7885655cb3429.tar.bz2 sequelpro-37b41c535f442aa85750679dccc7885655cb3429.zip |
Improve Feedback reporter privacy and functionality:
- Update to a development version of the feedback reporter, which improves logging and allows functionality like exception reporting from non-main threads (together with many other improvements).
- Use the new preference privacy delegate methods to remove query history and favorite settings, together with other hostname/user path type settings, to anonymise the preferences submitted
- Limit the console log submitted to 10k
- Move the framework into the Frameworks folder
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index ac080f29..a4c48217 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -65,6 +65,8 @@ <string></string> <key>FRFeedbackReporter.targetURL</key> <string>http://log.sequelpro.com/submit</string> + <key>FRFeedbackReporter.maxConsoleLogSize</key> + <integer>10000</integer> <key>LSMinimumSystemVersion</key> <string>10.5.0</string> <key>LSMinimumSystemVersionByArchitecture</key> |